From 579907d052dd2107026302fd709dd8f4536baf97 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 10:47:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 110 ++++++++++++++++------------------------------- 1 file changed, 37 insertions(+), 73 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bb8485c..a231f84 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,14 +31,10 @@ export default function LandingPage() { @@ -106,12 +88,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - tag: "Quality", title: "Premium Ingredients", subtitle: "Top notch taste", description: "We only use safe, high-quality ingredients in all our confectionery.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfDs0s1kyDakGQvgV7Bo8Z1KAn/uploaded-1776768079001-n407fd0y.png?_wi=3"}, - { - tag: "Variety", title: "Diverse Collections", subtitle: "Surprises in every pack", description: "From toys to unique flavors, our catalog is always evolving.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfDs0s1kyDakGQvgV7Bo8Z1KAn/uploaded-1776768079002-5gn9q43r.png?_wi=2"}, - { - tag: "Logistics", title: "Strong Wholesale Network", subtitle: "Reliable supply chain", description: "Bulk packaging ensuring retail-ready conditions for your convenience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfDs0s1kyDakGQvgV7Bo8Z1KAn/uploaded-1776768079002-q8olbavh.jpg?_wi=2"}, + { tag: "Quality", title: "Premium Ingredients", subtitle: "Top notch taste", description: "We only use safe, high-quality ingredients in all our confectionery.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfDs0s1kyDakGQvgV7Bo8Z1KAn/uploaded-1776768079001-n407fd0y.png?_wi=3" }, + { tag: "Variety", title: "Diverse Collections", subtitle: "Surprises in every pack", description: "From toys to unique flavors, our catalog is always evolving.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfDs0s1kyDakGQvgV7Bo8Z1KAn/uploaded-1776768079002-5gn9q43r.png?_wi=2" }, + { tag: "Logistics", title: "Strong Wholesale Network", subtitle: "Reliable supply chain", description: "Bulk packaging ensuring retail-ready conditions for your convenience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfDs0s1kyDakGQvgV7Bo8Z1KAn/uploaded-1776768079002-q8olbavh.jpg?_wi=2" }, ]} title="Why Choose Bringo?" description="Industry leading standards for packaging and distribution." @@ -123,7 +102,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Retail Mart", "Candy World", "Shopify Central", "Daily Essentials", "Joyful Mart", "Corner Shops", "Wholesale Hub"]} + "Retail Mart", "Candy World", "Shopify Central", "Daily Essentials", "Joyful Mart", "Corner Shops", "Wholesale Hub" + ]} title="Trusted by Thousands of Retailers" description="We partner with distributors nationwide to bring joy to stores." /> @@ -136,21 +116,11 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} testimonials={[ - { - id: "1", name: "Asif Ali", role: "Owner", company: "Asif Traders", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg"}, - { - id: "2", name: "Sara Khan", role: "Purchaser", company: "City Mart", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-organizing-live-shop_23-2149947439.jpg"}, - { - id: "3", name: "Bilal Ahmed", role: "Distributor", company: "Ahmed Distribution", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe_1157-32386.jpg"}, - { - id: "4", name: "Mina Zahra", role: "Shopkeeper", company: "Mina's Corner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-black-jacket_176474-101946.jpg"}, - { - id: "5", name: "Farhan Shah", role: "Retailer", company: "Shah Bros", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-grey-haired-logistic-worker-hardhat-uniform-standing-shelves-warehouse-with-arms-folded-looking-camera-smiling-vertical-shot-labor-blue-collar-portrait-concept_74855-14227.jpg"}, + { id: "1", name: "Asif Ali", role: "Owner", company: "Asif Traders", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg" }, + { id: "2", name: "Sara Khan", role: "Purchaser", company: "City Mart", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-organizing-live-shop_23-2149947439.jpg" }, + { id: "3", name: "Bilal Ahmed", role: "Distributor", company: "Ahmed Distribution", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe_1157-32386.jpg" }, + { id: "4", name: "Mina Zahra", role: "Shopkeeper", company: "Mina's Corner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-black-jacket_176474-101946.jpg" }, + { id: "5", name: "Farhan Shah", role: "Retailer", company: "Shah Bros", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-grey-haired-logistic-worker-hardhat-uniform-standing-shelves-warehouse-with-arms-folded-looking-camera-smiling-vertical-shot-labor-blue-collar-portrait-concept_74855-14227.jpg" }, ]} title="Partner Voices" description="What our retail partners say about Bringo products." @@ -162,12 +132,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "f1", title: "How can I order in bulk?", content: "Reach out to us via phone or contact form to discuss wholesale volumes."}, - { - id: "f2", title: "Do you provide delivery?", content: "Yes, we handle distribution across all regions via our reliable transport network."}, - { - id: "f3", title: "Are the toys safe?", content: "Yes, all included toys meet standard safety requirements for children."}, + { id: "f1", title: "How can I order in bulk?", content: "Reach out to us via phone at 03219731218 or use our contact form to discuss wholesale volumes." }, + { id: "f2", title: "Do you provide delivery?", content: "Yes, we handle distribution across all regions via our reliable transport network." }, + { id: "f3", title: "Are the toys safe?", content: "Yes, all included toys meet standard safety requirements for children." }, ]} title="Frequently Asked Questions" description="Everything you need to know about wholesale orders." @@ -179,18 +146,15 @@ export default function LandingPage() {
@@ -199,7 +163,7 @@ export default function LandingPage() { -- 2.49.1