pproducts

This commit is contained in:
nabijonovdavronbek619@gmail.com
2025-12-10 11:43:10 +05:00
parent eec6004b25
commit cf26b778fc
11 changed files with 76 additions and 52 deletions

View File

@@ -16,7 +16,6 @@ export default function Home() {
<main>
<ShowCase images={HERO_IMAGES} />
<About />
feature.labelKey
<ProductsGrid />
<FAQ />
<ContactForm />

9
app/product/page.tsx Normal file
View File

@@ -0,0 +1,9 @@
import React from 'react'
export default function Page() {
return (
<div>
</div>
)
}