From e7228c0f68eb778aad990efa2cacdae6875ca0fd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 13:56:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eda75f0..7787214 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,8 +68,8 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} products={[ - { id: "1", name: "Royal Amber Oud", price: "$60", variant: "Best Seller", imageSrc: "http://img.b2bpic.net/free-photo/liquor-beautiful-glass-bottle_176474-6070.jpg" }, - { id: "2", name: "Midnight Musk Oud", price: "$55", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/rustic-jar-blends-ancient-beauty-nature-design-generated-by-ai_188544-26224.jpg" }, + { id: "1", name: "Royal Amber Oud", price: "$60", variant: "Best Seller", imageSrc: "http://img.b2bpic.net/free-photo/liquor-beautiful-glass-bottle_176474-6070.jpg?_wi=1" }, + { id: "2", name: "Midnight Musk Oud", price: "$55", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/rustic-jar-blends-ancient-beauty-nature-design-generated-by-ai_188544-26224.jpg?_wi=1" }, { id: "3", name: "Golden Sandal Oud", price: "$50", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-vector/luxury-golden-design-perfume-logo_23-2148458759.jpg" }, { id: "4", name: "Desert Rose Oud", price: "$65", variant: "Limited", imageSrc: "http://img.b2bpic.net/free-photo/close-up-aromatic-purple-tea-buds_23-2148349663.jpg" }, { id: "5", name: "Pure Black Oud", price: "$70", variant: "Exotic", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337761.jpg" }, @@ -85,11 +85,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Best oud I’ve ever owned.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg" }, + { id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Best oud I’ve ever owned.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg?_wi=1" }, { id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Smells rich and powerful.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-decorating-her-home-with-orchids_23-2150960684.jpg" }, { id: "3", name: "Emily Rodriguez", handle: "@emilyrod", testimonial: "Luxury in a bottle.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-compostable-beauty-product-flowers_23-2149353143.jpg" }, { id: "4", name: "David Kim", handle: "@dkim", testimonial: "An incredible sensory experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-female-employee-wearing-formal-white-shirt-walking-hallway-holding-hand-her-face-having-serious-confident-look_343059-2160.jpg" }, - { id: "5", name: "Elena V.", handle: "@elenav", testimonial: "The depth of these scents is unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg" }, + { id: "5", name: "Elena V.", handle: "@elenav", testimonial: "The depth of these scents is unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg?_wi=2" }, ]} showRating={true} title="Customer Reviews" @@ -114,8 +114,8 @@ export default function LandingPage() { title="The Art of Oud" description="Discover the meticulous craftsmanship behind every Ahlam bottle." features={[ - { id: 1, title: "Sustainably Sourced", description: "We partner with local harvesters to ensure the highest quality ethical agarwood.", imageSrc: "http://img.b2bpic.net/free-photo/liquor-beautiful-glass-bottle_176474-6070.jpg" }, - { id: 2, title: "Artisanal Blending", description: "Each scent is matured for six months to achieve perfect aromatic complexity.", imageSrc: "http://img.b2bpic.net/free-photo/rustic-jar-blends-ancient-beauty-nature-design-generated-by-ai_188544-26224.jpg" }, + { id: 1, title: "Sustainably Sourced", description: "We partner with local harvesters to ensure the highest quality ethical agarwood.", imageSrc: "http://img.b2bpic.net/free-photo/liquor-beautiful-glass-bottle_176474-6070.jpg?_wi=2" }, + { id: 2, title: "Artisanal Blending", description: "Each scent is matured for six months to achieve perfect aromatic complexity.", imageSrc: "http://img.b2bpic.net/free-photo/rustic-jar-blends-ancient-beauty-nature-design-generated-by-ai_188544-26224.jpg?_wi=2" }, ]} /> -- 2.49.1