Update src/app/page.tsx
This commit is contained in:
@@ -93,7 +93,13 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="ecommerce" data-section="ecommerce">
|
<div id="ecommerce" data-section="ecommerce">
|
||||||
<ProductDetailCard name="Güvenlik Paketi" price="$999" images={[]} buttons={[]} />
|
<ProductDetailCard
|
||||||
|
layout="page"
|
||||||
|
name="Güvenlik Paketi"
|
||||||
|
price="$999"
|
||||||
|
images={[]}
|
||||||
|
buttons={[]}
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="home-footer" data-section="home-footer">
|
<div id="home-footer" data-section="home-footer">
|
||||||
|
|||||||
Reference in New Issue
Block a user