diff --git a/src/app/page.tsx b/src/app/page.tsx index 94dc857..ad27492 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -173,42 +94,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "1", - name: "Classic Date Jam", - price: "$12.00", - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cookies-with-lemon-wooden-platter_114579-16057.jpg?_wi=1", - }, - { - id: "2", - name: "Date & Almond Spread", - price: "$15.00", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-cup-coffee_114579-60412.jpg", - }, - { - id: "3", - name: "Date & Walnut Delight", - price: "$15.00", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-mixed-nuts-with-dried-fruits-wood-box-served-with-tea-armudu-glass-tablecloth_141793-7313.jpg", - }, - { - id: "4", - name: "Cinnamon Spiced Jam", - price: "$14.00", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-sweet-figs-jam-with-fresh-figs-inside-orange-plate-white-surface_140725-64158.jpg", - }, - { - id: "5", - name: "Small Family Bundle", - price: "$45.00", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast_23-2147788568.jpg", - }, - { - id: "6", - name: "Premium Gift Box", - price: "$60.00", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-dried-fruits-raisins-apricots-dried-dates-mini-tart-tins-served-with-tea-black-wooden-background_141793-9015.jpg", - }, + { id: "1", name: "Classic Date Jam", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cookies-with-lemon-wooden-platter_114579-16057.jpg" }, + { id: "2", name: "Date & Almond Spread", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cup-coffee_114579-60412.jpg" }, + { id: "3", name: "Date & Walnut Delight", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mixed-nuts-with-dried-fruits-wood-box-served-with-tea-armudu-glass-tablecloth_141793-7313.jpg" }, + { id: "4", name: "Cinnamon Spiced Jam", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sweet-figs-jam-with-fresh-figs-inside-orange-plate-white-surface_140725-64158.jpg" }, + { id: "5", name: "Small Family Bundle", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast_23-2147788568.jpg" }, + { id: "6", name: "Premium Gift Box", price: "$60.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dried-fruits-raisins-apricots-dried-dates-mini-tart-tins-served-with-tea-black-wooden-background_141793-9015.jpg" } ]} title="Our Signature Collection" description="Explore our premium selection of natural date jams." @@ -222,41 +113,17 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Farm to Jar", - description: "Dates selected at peak ripeness.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-food-world-tourism-day_23-2149114027.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-smiling-woman-holding-fresh-tomato-sitting-kitchen-with-smartphone_1258-198253.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/plum-confiture-glass-jars-with-toast-breads_114579-18047.jpg?_wi=2", - imageAlt: "mobile app ordering interface mockup", + title: "Farm to Jar", description: "Dates selected at peak ripeness.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-food-world-tourism-day_23-2149114027.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-smiling-woman-holding-fresh-tomato-sitting-kitchen-with-smartphone_1258-198253.jpg" } }, { - title: "No Additives", - description: "Pure, natural goodness in every bite.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-holding-phone-with-menu_23-2149357917.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-concept-with-smartphone-salad_23-2147802995.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/many-flower-buds-growing-tree-branch_23-2147842379.jpg?_wi=2", - imageAlt: "mobile app ordering interface mockup", + title: "No Additives", description: "Pure, natural goodness in every bite.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-holding-phone-with-menu_23-2149357917.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-concept-with-smartphone-salad_23-2147802995.jpg" } }, { - title: "Healthy Choice", - description: "Suitable for all age groups.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-copy-paste-with-sushi_23-2148567902.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-assortment-vegetables-fruit_23-2148256173.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cookies-with-lemon-wooden-platter_114579-16057.jpg?_wi=2", - imageAlt: "mobile app ordering interface mockup", - }, + title: "Healthy Choice", description: "Suitable for all age groups.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-copy-paste-with-sushi_23-2148567902.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-assortment-vegetables-fruit_23-2148256173.jpg" } + } ]} showStepNumbers={true} title="Why Choose Tamrah?" @@ -270,41 +137,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Sarah W.", - handle: "@sarahw", - testimonial: "Simply delicious!", - imageSrc: "http://img.b2bpic.net/free-photo/world-health-day-celebration-with-nutritious-food_23-2151358958.jpg", - }, - { - id: "t2", - name: "Mark L.", - handle: "@markl", - testimonial: "Great taste and healthy.", - imageSrc: "http://img.b2bpic.net/free-photo/breakfast_23-2148129686.jpg", - }, - { - id: "t3", - name: "Elena R.", - handle: "@elenar", - testimonial: "My family loves it.", - imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-cooking-healthy-food_23-2148373867.jpg", - }, - { - id: "t4", - name: "John D.", - handle: "@johnd", - testimonial: "Fast delivery, amazing jam.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-child-eating-sweets-home_1301-3622.jpg", - }, - { - id: "t5", - name: "Lisa K.", - handle: "@lisak", - testimonial: "Highly recommended brand.", - imageSrc: "http://img.b2bpic.net/free-photo/female-hands-holding-homemade-vegan-raw-raspberry-jam-glass-jar_181624-19307.jpg", - }, + { id: "t1", name: "Sarah W.", handle: "@sarahw", testimonial: "Simply delicious!", imageSrc: "http://img.b2bpic.net/free-photo/world-health-day-celebration-with-nutritious-food_23-2151358958.jpg" }, + { id: "t2", name: "Mark L.", handle: "@markl", testimonial: "Great taste and healthy.", imageSrc: "http://img.b2bpic.net/free-photo/breakfast_23-2148129686.jpg" }, + { id: "t3", name: "Elena R.", handle: "@elenar", testimonial: "My family loves it.", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-cooking-healthy-food_23-2148373867.jpg" }, + { id: "t4", name: "John D.", handle: "@johnd", testimonial: "Fast delivery, amazing jam.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-child-eating-sweets-home_1301-3622.jpg" }, + { id: "t5", name: "Lisa K.", handle: "@lisak", testimonial: "Highly recommended brand.", imageSrc: "http://img.b2bpic.net/free-photo/female-hands-holding-homemade-vegan-raw-raspberry-jam-glass-jar_181624-19307.jpg" } ]} title="Loved by Families Everywhere" description="Hear what our happy customers are saying about Tamrah." @@ -316,21 +153,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "f1", - title: "Are there any additives?", - content: "No, Tamrah date jam is 100% natural.", - }, - { - id: "f2", - title: "How do I order?", - content: "Order easily through our online store.", - }, - { - id: "f3", - title: "Is it good for kids?", - content: "Absolutely, it's a healthy energy source for all.", - }, + { id: "f1", title: "Are there any additives?", content: "No, Tamrah date jam is 100% natural." }, + { id: "f2", title: "How do I order?", content: "Order easily through our online store." }, + { id: "f3", title: "Is it good for kids?", content: "Absolutely, it's a healthy energy source for all." } ]} title="Common Questions" description="Get quick answers about our product and orders." @@ -342,15 +167,7 @@ export default function LandingPage() {