Update src/app/page.tsx
This commit is contained in:
@@ -87,9 +87,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ id: 1, title: "Sustainable Sourcing", description: "We use ethically sourced materials.", bentoComponent: "media-stack", items: [{ imageSrc: "" }, { imageSrc: "" }, { imageSrc: "" }] },
|
||||
{ id: 2, title: "Handmade Quality", description: "Every item is crafted with precision.", bentoComponent: "media-stack", items: [{ imageSrc: "" }, { imageSrc: "" }, { imageSrc: "" }] },
|
||||
{ id: 3, title: "Global Shipping", description: "Delivered to your door, anywhere.", bentoComponent: "media-stack", items: [{ imageSrc: "" }, { imageSrc: "" }, { imageSrc: "" }] },
|
||||
{ title: "Sustainable Sourcing", description: "We use ethically sourced materials.", bentoComponent: "media-stack", items: [{ imageSrc: "" }, { imageSrc: "" }, { imageSrc: "" }] },
|
||||
{ title: "Handmade Quality", description: "Every item is crafted with precision.", bentoComponent: "media-stack", items: [{ imageSrc: "" }, { imageSrc: "" }, { imageSrc: "" }] },
|
||||
{ title: "Global Shipping", description: "Delivered to your door, anywhere.", bentoComponent: "media-stack", items: [{ imageSrc: "" }, { imageSrc: "" }, { imageSrc: "" }] },
|
||||
]}
|
||||
title="Why Artisanal?"
|
||||
description="Quality in every stitch, fold, and finish."
|
||||
|
||||
Reference in New Issue
Block a user