Merge version_3 into main #3
110
src/app/page.tsx
110
src/app/page.tsx
@@ -31,14 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Bringo"
|
||||
/>
|
||||
@@ -46,15 +42,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
logoText="Bringo Treats"
|
||||
description="Premium Confectionery & Fun Surprises. Wholesale quality for your retail success."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Products", href: "#products"},
|
||||
{
|
||||
text: "Contact Us", href: "#contact"},
|
||||
{ text: "View Products", href: "#products" },
|
||||
{ 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"
|
||||
@@ -66,7 +59,8 @@ 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>
|
||||
|
||||
@@ -77,27 +71,15 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
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: "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: "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: "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: "p1", brand: "Bringo", name: "Toy Treasure (24x24 - 576 units)", price: "Rs. 10 / unit", rating: 5, reviewCount: "Master Pack: 24", 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 (12x24 - 288 units)", price: "Rs. 10 / unit", rating: 5, reviewCount: "Master Pack: 12", 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 (6x12 - 72 units)", price: "Rs. 50 / unit", rating: 5, reviewCount: "Master Pack: 6", 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 (24x20 - 480 units)", price: "Rs. 10 / unit", rating: 5, reviewCount: "Master Pack: 24", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfDs0s1kyDakGQvgV7Bo8Z1KAn/uploaded-1776768079002-oyv3xik5.jpg" },
|
||||
{ id: "p5", brand: "Bringo", name: "Sour Skull (24x24 - 576 units)", price: "Rs. 10 / unit", rating: 5, reviewCount: "Master Pack: 24", 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 / box", rating: 4, reviewCount: "Wholesale Only", 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."
|
||||
title="Our Product Specifications"
|
||||
description="Professional-grade confectionery designed for efficient retail shelf stocking."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={true}
|
||||
title="Connect With Us"
|
||||
description="Have inquiries? Talk to our sales team today."
|
||||
title="Connect With Sales"
|
||||
description="Have inquiries? Call our sales team directly at 03219731218."
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Your Name"},
|
||||
{
|
||||
name: "email", type: "email", placeholder: "Business Email"},
|
||||
{
|
||||
name: "phone", type: "tel", placeholder: "Phone Number"},
|
||||
{ name: "name", type: "text", placeholder: "Your Name" },
|
||||
{ name: "email", type: "email", placeholder: "Business Email" },
|
||||
{ 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"
|
||||
/>
|
||||
@@ -199,7 +163,7 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Bringo Co."
|
||||
copyrightText="© 2025 Bringo Co. All Rights Reserved. Contact: 03219731218"
|
||||
copyrightText="© 2025 Bringo Co. All Rights Reserved. Sales: 03219731218"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user