Merge version_2 into main #2
204
src/app/page.tsx
204
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Bringo"
|
||||
/>
|
||||
@@ -55,19 +47,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
logoText="Bringo Treats"
|
||||
description="Premium Confectionery & Fun Surprises. Wholesale quality for your retail success."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Products",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Products", href: "#products"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfDs0s1kyDakGQvgV7Bo8Z1KAn/uploaded-1776768079001-n407fd0y.png?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -79,9 +66,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Bringing Smiles with Every Pack"
|
||||
description={[
|
||||
"Bringo is committed to delivering high-quality bubble gums and engaging toys. We ensure every product is designed to bring joy and surprise to customers.",
|
||||
"Our focus remains on strict quality control and reliable distribution for our retail partners.",
|
||||
]}
|
||||
"Bringo is committed to delivering high-quality bubble gums and engaging toys. We ensure every product is designed to bring joy and surprise to customers.", "Our focus remains on strict quality control and reliable distribution for our retail partners."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -93,59 +78,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Bringo",
|
||||
name: "Toy Treasure",
|
||||
price: "Rs. 10",
|
||||
rating: 5,
|
||||
reviewCount: "500+",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfDs0s1kyDakGQvgV7Bo8Z1KAn/uploaded-1776768079001-n407fd0y.png?_wi=2",
|
||||
},
|
||||
id: "p1", brand: "Bringo", name: "Toy Treasure", price: "Rs. 10", rating: 5,
|
||||
reviewCount: "500+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfDs0s1kyDakGQvgV7Bo8Z1KAn/uploaded-1776768079001-n407fd0y.png?_wi=2"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Bringo",
|
||||
name: "Egg Luck",
|
||||
price: "Rs. 10",
|
||||
rating: 5,
|
||||
reviewCount: "400+",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfDs0s1kyDakGQvgV7Bo8Z1KAn/uploaded-1776768079002-5gn9q43r.png?_wi=1",
|
||||
},
|
||||
id: "p2", brand: "Bringo", name: "Egg Luck", price: "Rs. 10", rating: 5,
|
||||
reviewCount: "400+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfDs0s1kyDakGQvgV7Bo8Z1KAn/uploaded-1776768079002-5gn9q43r.png?_wi=1"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Bringo",
|
||||
name: "Mr. Egg",
|
||||
price: "Rs. 50",
|
||||
rating: 5,
|
||||
reviewCount: "300+",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfDs0s1kyDakGQvgV7Bo8Z1KAn/uploaded-1776768079002-q8olbavh.jpg?_wi=1",
|
||||
},
|
||||
id: "p3", brand: "Bringo", name: "Mr. Egg", price: "Rs. 50", rating: 5,
|
||||
reviewCount: "300+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfDs0s1kyDakGQvgV7Bo8Z1KAn/uploaded-1776768079002-q8olbavh.jpg?_wi=1"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Bringo",
|
||||
name: "Spoon Dips",
|
||||
price: "Rs. 10",
|
||||
rating: 5,
|
||||
reviewCount: "600+",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfDs0s1kyDakGQvgV7Bo8Z1KAn/uploaded-1776768079002-oyv3xik5.jpg",
|
||||
},
|
||||
id: "p4", brand: "Bringo", name: "Spoon Dips", price: "Rs. 10", rating: 5,
|
||||
reviewCount: "600+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfDs0s1kyDakGQvgV7Bo8Z1KAn/uploaded-1776768079002-oyv3xik5.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Bringo",
|
||||
name: "Sour Skull",
|
||||
price: "Rs. 10",
|
||||
rating: 5,
|
||||
reviewCount: "700+",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfDs0s1kyDakGQvgV7Bo8Z1KAn/uploaded-1776768079002-9cpjfo2h.jpg",
|
||||
},
|
||||
id: "p5", brand: "Bringo", name: "Sour Skull", price: "Rs. 10", rating: 5,
|
||||
reviewCount: "700+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfDs0s1kyDakGQvgV7Bo8Z1KAn/uploaded-1776768079002-9cpjfo2h.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Bringo",
|
||||
name: "Mixed Candy Box",
|
||||
price: "Rs. 150",
|
||||
rating: 4,
|
||||
reviewCount: "200+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/birthday-composition-with-ice-cream_23-2147672687.jpg",
|
||||
},
|
||||
id: "p6", brand: "Bringo", name: "Mixed Candy Box", price: "Rs. 150", rating: 4,
|
||||
reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/birthday-composition-with-ice-cream_23-2147672687.jpg"},
|
||||
]}
|
||||
title="Our Product Range"
|
||||
description="Discover our collection of bubble gums, candy, and fun surprises."
|
||||
@@ -158,26 +107,11 @@ export default function LandingPage() {
|
||||
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: "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: "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: "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."
|
||||
@@ -189,14 +123,7 @@ 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."
|
||||
/>
|
||||
@@ -210,45 +137,20 @@ export default function LandingPage() {
|
||||
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: "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: "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: "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: "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: "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."
|
||||
@@ -261,20 +163,11 @@ export default function LandingPage() {
|
||||
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: "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: "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: "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."
|
||||
@@ -290,25 +183,14 @@ export default function LandingPage() {
|
||||
description="Have inquiries? Talk to our sales team today."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
name: "name", type: "text", placeholder: "Your Name"},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Business Email",
|
||||
},
|
||||
name: "email", type: "email", placeholder: "Business Email"},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
},
|
||||
name: "phone", type: "tel", placeholder: "Phone Number"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Describe your wholesale inquiry",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Describe your wholesale inquiry", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-french-macarons-with-marmalades-along-with-cup-coffee-colorful-background-cake-biscuit-color-photo_140725-22725.jpg"
|
||||
/>
|
||||
@@ -317,10 +199,10 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Bringo Co."
|
||||
copyrightText="© 2025 Bringo Co. All Rights Reserved. Contact: 03219721218"
|
||||
copyrightText="© 2025 Bringo Co. All Rights Reserved. Contact: 03219731218"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user