pproducts
This commit is contained in:
@@ -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
9
app/product/page.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react'
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<div>
|
||||
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user