diff --git a/src/app/page.tsx b/src/app/page.tsx index ca4d292..b7a6675 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,15 +42,12 @@ export default function LandingPage() {
@@ -78,12 +72,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "1", name: "Heritage Satchel", price: "$450", imageSrc: "https://pixabay.com/get/gecead750508f44a6fb602e8ea023ba6b0bb19423957024d3f9cde3504536856ff8dc7053118a0ff40b21f5914c44190796b11d1a3c9d88f2160c96200a49b693_1280.jpg"}, - { - id: "2", name: "Minimalist Vessel", price: "$180", imageSrc: "https://pixabay.com/get/g16d948afd86ab67bbc1692dd15c42f76bafa3bcdc5884111d5f3f2b5ce7fd1c722e697fb9e63fa4b20f9c5608dd09bae809e8f63628149977a2f6dda6d15153b_1280.jpg"}, - { - id: "3", name: "Refined Journal", price: "$95", imageSrc: "https://pixabay.com/get/gb3d4d105357ffc2e10084ee7e665dd0bd1cad1d2c509365eb499a402e585082c150c9f55f4e3cae7f1b60bb2e6bed95c65c67cfbaee5347f8cf12a4ad096f6d6_1280.jpg"}, + { id: "1", name: "Heritage Satchel", price: "$450", imageSrc: "https://pixabay.com/get/gecead750508f44a6fb602e8ea023ba6b0bb19423957024d3f9cde3504536856ff8dc7053118a0ff40b21f5914c44190796b11d1a3c9d88f2160c96200a49b693_1280.jpg" }, + { id: "2", name: "Minimalist Vessel", price: "$180", imageSrc: "https://pixabay.com/get/g16d948afd86ab67bbc1692dd15c42f76bafa3bcdc5884111d5f3f2b5ce7fd1c722e697fb9e63fa4b20f9c5608dd09bae809e8f63628149977a2f6dda6d15153b_1280.jpg" }, + { id: "3", name: "Refined Journal", price: "$95", imageSrc: "https://pixabay.com/get/gb3d4d105357ffc2e10084ee7e665dd0bd1cad1d2c509365eb499a402e585082c150c9f55f4e3cae7f1b60bb2e6bed95c65c67cfbaee5347f8cf12a4ad096f6d6_1280.jpg" }, ]} title="Signature Collection" description="A curated selection of our finest handmade goods." @@ -96,12 +87,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - title: "Sustainable Sourcing", description: "We use ethically sourced materials."}, - { - title: "Handmade Quality", description: "Every item is crafted with precision."}, - { - title: "Global Shipping", description: "Delivered to your door, anywhere."}, + { 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="Why Artisanal?" description="Quality in every stitch, fold, and finish." @@ -115,14 +103,10 @@ export default function LandingPage() { rating={5} author="Elena R." avatars={[ - { - src: "https://pixabay.com/get/g3cc048c62c337a3e6bfcf99a79b7d06bb369feae1200b0a7cfc3a771c81616f898336a9b4bc436c4a1f293ab7877cdb04c2961b2de9cb6498e267d59bd5023c3_1280.jpg", alt: "Elena"}, - { - src: "https://pixabay.com/get/g6b4cbf36f28cb44f9d9e4b38dbfa1f208dbe9448d73b2155920233260e9c0518ae7f03c8fb9cfc8c553bbbd231208f1d706dbd1cc564c396748034b781b684c7_1280.jpg", alt: "Mark"}, - { - src: "https://pixabay.com/get/gf3a56a66fdaf7003e0fb46d085447708d4194d2c9274140c0bbe7a1a26a8cb85a83364f0aa03f5b5e262dfa5dfc0cc1b3ff9a19e38162e1fa48540592ea5105c_1280.jpg", alt: "Sarah"}, - { - src: "https://pixabay.com/get/ga15587ba56ad344985354639f081f00ec552a1c65ca61a3fd51abafb04abdde1a9a242a04baa9072dbf8976a5b24e772334527680d351ce749bd22fdb8b959ed_1280.jpg", alt: "John"}, + { src: "https://pixabay.com/get/g3cc048c62c337a3e6bfcf99a79b7d06bb369feae1200b0a7cfc3a771c81616f898336a9b4bc436c4a1f293ab7877cdb04c2961b2de9cb6498e267d59bd5023c3_1280.jpg", alt: "Elena" }, + { src: "https://pixabay.com/get/g6b4cbf36f28cb44f9d9e4b38dbfa1f208dbe9448d73b2155920233260e9c0518ae7f03c8fb9cfc8c553bbbd231208f1d706dbd1cc564c396748034b781b684c7_1280.jpg", alt: "Mark" }, + { src: "https://pixabay.com/get/gf3a56a66fdaf7003e0fb46d085447708d4194d2c9274140c0bbe7a1a26a8cb85a83364f0aa03f5b5e262dfa5dfc0cc1b3ff9a19e38162e1fa48540592ea5105c_1280.jpg", alt: "Sarah" }, + { src: "https://pixabay.com/get/ga15587ba56ad344985354639f081f00ec552a1c65ca61a3fd51abafb04abdde1a9a242a04baa9072dbf8976a5b24e772334527680d351ce749bd22fdb8b959ed_1280.jpg", alt: "John" }, ]} ratingAnimation="blur-reveal" avatarsAnimation="blur-reveal" @@ -134,12 +118,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "1", title: "Shipping time?", content: "Typically 3-5 business days."}, - { - id: "2", title: "Returns?", content: "30-day money-back guarantee."}, - { - id: "3", title: "Custom orders?", content: "Yes, we do bespoke projects."}, + { id: "1", title: "Shipping time?", content: "Typically 3-5 business days." }, + { id: "2", title: "Returns?", content: "30-day money-back guarantee." }, + { id: "3", title: "Custom orders?", content: "Yes, we do bespoke projects." }, ]} imageSrc="https://pixabay.com/get/gd569ccdcf00b169739cdd8ab3fe0ee843d6a1397d7e634ac7f2f3f92d734ea215140f45eb8b51a5c4fed44e9c121d14719a74a0a3218d972030b3cbad4f7b1e7_1280.jpg" mediaAnimation="blur-reveal" @@ -152,8 +133,7 @@ export default function LandingPage() {