1 Commits

Author SHA1 Message Date
e5c1d1ddb5 Update src/app/page.tsx 2026-04-20 15:03:27 +00:00

View File

@@ -33,68 +33,44 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Products", name: "Products", id: "products"},
id: "products",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Gurunanak Enterprises" brandName="Gurunanak Enterprises"
button={{ button={{
text: "Call Now", text: "Call Now", href: "tel:+918888819422"}}
href: "tel:+918888819422",
}}
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroOverlay <HeroOverlay
title="High-Quality Plastic Bottle Manufacturing in Pune" title="Reliable Plastic Bottle Manufacturer in Pune"
description="Durable packaging solutions at reasonable rates. Trusted by 50+ local businesses for quality and quick response." description="Durable packaging solutions at reasonable rates. Trusted by 50+ local businesses for quality and quick response."
buttons={[ buttons={[
{ {
text: "Get a Quote Today", text: "Get a Quote Today", href: "#contact"},
href: "#contact",
},
{ {
text: "Call 088888 19422", text: "Call 088888 19422", href: "tel:+918888819422"},
href: "tel:+918888819422",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/robotic-arms-packaging-process_23-2152005446.jpg" imageSrc="http://img.b2bpic.net/free-photo/robotic-arms-packaging-process_23-2152005446.jpg"
imageAlt="Industrial plastic bottle manufacturing facility in Pune" imageAlt="Industrial plastic bottle manufacturing facility in Pune"
showBlur={true} showBlur={true}
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/3d-covid19-vaccine_23-2148963967.jpg", src: "http://img.b2bpic.net/free-photo/3d-covid19-vaccine_23-2148963967.jpg", alt: "Business client"},
alt: "Business client",
},
{ {
src: "http://img.b2bpic.net/free-photo/packings-pills-capsules-medicines_1339-2427.jpg", src: "http://img.b2bpic.net/free-photo/packings-pills-capsules-medicines_1339-2427.jpg", alt: "Manufacturing partner"},
alt: "Manufacturing partner",
},
{ {
src: "http://img.b2bpic.net/free-photo/medical-laboratory_181624-252.jpg", src: "http://img.b2bpic.net/free-photo/medical-laboratory_181624-252.jpg", alt: "Supply chain expert"},
alt: "Supply chain expert",
},
{ {
src: "http://img.b2bpic.net/free-photo/metal-chromed-manufacture-machines-with-shafts-wires-electronics-close-turned_645730-391.jpg", src: "http://img.b2bpic.net/free-photo/metal-chromed-manufacture-machines-with-shafts-wires-electronics-close-turned_645730-391.jpg", alt: "Facility manager"},
alt: "Facility manager",
},
{ {
src: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg", src: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg", alt: "Satisfied client"},
alt: "Satisfied client",
},
]} ]}
avatarText="Trusted by 50+ businesses" avatarText="Trusted by 50+ businesses"
/> />
@@ -107,19 +83,13 @@ export default function LandingPage() {
metrics={[ metrics={[
{ {
icon: Award, icon: Award,
label: "Years Experience", label: "Years Experience", value: "15+"},
value: "15+",
},
{ {
icon: Users, icon: Users,
label: "Trusted Businesses", label: "Trusted Businesses", value: "50+"},
value: "50+",
},
{ {
icon: ThumbsUp, icon: ThumbsUp,
label: "Client Rating", label: "Client Rating", value: "4.7/5"},
value: "4.7/5",
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -132,34 +102,16 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "f1", id: "f1", label: "Speed", title: "Quick Response Times", items: [
label: "Speed", "Prompt quotation delivery", "Fast manufacturing turnaround", "Ready stock availability"],
title: "Quick Response Times",
items: [
"Prompt quotation delivery",
"Fast manufacturing turnaround",
"Ready stock availability",
],
}, },
{ {
id: "f2", id: "f2", label: "Quality", title: "Industrial Grade Quality", items: [
label: "Quality", "Durable food-grade plastic", "Strict quality control", "Consistent product standards"],
title: "Industrial Grade Quality",
items: [
"Durable food-grade plastic",
"Strict quality control",
"Consistent product standards",
],
}, },
{ {
id: "f3", id: "f3", label: "Value", title: "Reasonable Pricing", items: [
label: "Value", "Competitive bulk rates", "Transparent cost structures", "Best-in-market value"],
title: "Reasonable Pricing",
items: [
"Competitive bulk rates",
"Transparent cost structures",
"Best-in-market value",
],
}, },
]} ]}
title="Why Gurunanak Enterprises?" title="Why Gurunanak Enterprises?"
@@ -175,47 +127,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "p1", id: "p1", name: "Industrial PET Bottle", price: "Request Quote", variant: "500ml", imageSrc: "http://img.b2bpic.net/free-photo/plastic-baskets-shelf-store_78492-3928.jpg"},
name: "Industrial PET Bottle",
price: "Request Quote",
variant: "500ml",
imageSrc: "http://img.b2bpic.net/free-photo/plastic-baskets-shelf-store_78492-3928.jpg",
},
{ {
id: "p2", id: "p2", name: "Storage Container", price: "Request Quote", variant: "1L", imageSrc: "http://img.b2bpic.net/free-photo/blue-gelatin-pink-surface_58702-1934.jpg"},
name: "Storage Container",
price: "Request Quote",
variant: "1L",
imageSrc: "http://img.b2bpic.net/free-photo/blue-gelatin-pink-surface_58702-1934.jpg",
},
{ {
id: "p3", id: "p3", name: "Precision Bottle", price: "Request Quote", variant: "250ml", imageSrc: "http://img.b2bpic.net/free-photo/still-life-selfcare-products-arrangement_23-2149249523.jpg"},
name: "Precision Bottle",
price: "Request Quote",
variant: "250ml",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-selfcare-products-arrangement_23-2149249523.jpg",
},
{ {
id: "p4", id: "p4", name: "Bulk Storage Bottle", price: "Request Quote", variant: "2L", imageSrc: "http://img.b2bpic.net/free-photo/white-bottle-isolated-white-background-product-mockup_187299-46226.jpg"},
name: "Bulk Storage Bottle",
price: "Request Quote",
variant: "2L",
imageSrc: "http://img.b2bpic.net/free-photo/white-bottle-isolated-white-background-product-mockup_187299-46226.jpg",
},
{ {
id: "p5", id: "p5", name: "Handle Bottle", price: "Request Quote", variant: "5L", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plastic-bottles-arrangement_23-2149439628.jpg"},
name: "Handle Bottle",
price: "Request Quote",
variant: "5L",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plastic-bottles-arrangement_23-2149439628.jpg",
},
{ {
id: "p6", id: "p6", name: "Utility Container", price: "Request Quote", variant: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/collection-plastic-cups-table_23-2148780272.jpg"},
name: "Utility Container",
price: "Request Quote",
variant: "Custom",
imageSrc: "http://img.b2bpic.net/free-photo/collection-plastic-cups-table_23-2148780272.jpg",
},
]} ]}
title="Our Product Range" title="Our Product Range"
description="Explore our high-quality plastic bottles and custom packaging solutions." description="Explore our high-quality plastic bottles and custom packaging solutions."
@@ -229,23 +151,14 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", icon: Building2,
icon: Building2, title: "Production Capacity", value: "100k+/mo"},
title: "Production Capacity",
value: "100k+/mo",
},
{ {
id: "m2", id: "m2", icon: Clock,
icon: Clock, title: "Avg. Response Time", value: "<2hrs"},
title: "Avg. Response Time",
value: "<2hrs",
},
{ {
id: "m3", id: "m3", icon: Truck,
icon: Truck, title: "Distribution Area", value: "Pune/MH"},
title: "Distribution Area",
value: "Pune/MH",
},
]} ]}
title="Manufacturing Impact" title="Manufacturing Impact"
description="Driving local industrial growth in Pune." description="Driving local industrial growth in Pune."
@@ -257,30 +170,15 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Ramesh K.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660763.jpg"},
name: "Ramesh K.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660763.jpg",
},
{ {
id: "t2", id: "t2", name: "Sanjay P.", imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241196.jpg"},
name: "Sanjay P.",
imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241196.jpg",
},
{ {
id: "t3", id: "t3", name: "Anil D.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-carpenter-standing-workshop-arms-folded_1098-19122.jpg"},
name: "Anil D.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-carpenter-standing-workshop-arms-folded_1098-19122.jpg",
},
{ {
id: "t4", id: "t4", name: "Meera S.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-machine-operator-woodworking-factory_637285-12031.jpg"},
name: "Meera S.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-machine-operator-woodworking-factory_637285-12031.jpg",
},
{ {
id: "t5", id: "t5", name: "Vijay M.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-mature-businessman-with-folded-arms_23-2147955369.jpg"},
name: "Vijay M.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-mature-businessman-with-folded-arms_23-2147955369.jpg",
},
]} ]}
cardTitle="Client Feedback" cardTitle="Client Feedback"
cardTag="4.7/5 Stars" cardTag="4.7/5 Stars"
@@ -293,20 +191,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "faq1", id: "faq1", title: "Do you handle custom packaging orders?", content: "Yes, we specialize in custom plastic packaging solutions tailored to your business needs."},
title: "Do you handle custom packaging orders?",
content: "Yes, we specialize in custom plastic packaging solutions tailored to your business needs.",
},
{ {
id: "faq2", id: "faq2", title: "What is your typical production turnaround?", content: "We pride ourselves on fast responses and efficient production cycles, typically delivering quotes within 2 hours."},
title: "What is your typical production turnaround?",
content: "We pride ourselves on fast responses and efficient production cycles, typically delivering quotes within 2 hours.",
},
{ {
id: "faq3", id: "faq3", title: "Where are you located in Pune?", content: "Our manufacturing facility is located in Narhe, Pune, making it easy for local business pick-ups."},
title: "Where are you located in Pune?",
content: "Our manufacturing facility is located in Narhe, Pune, making it easy for local business pick-ups.",
},
]} ]}
sideTitle="Common Questions" sideTitle="Common Questions"
faqsAnimation="slide-up" faqsAnimation="slide-up"
@@ -320,22 +209,14 @@ export default function LandingPage() {
description="Have questions about packaging sizes or bulk rates? Drop us a message." description="Have questions about packaging sizes or bulk rates? Drop us a message."
inputs={[ inputs={[
{ {
name: "name", name: "name", type: "text", placeholder: "Your Name", required: true,
type: "text",
placeholder: "Your Name",
required: true,
}, },
{ {
name: "phone", name: "phone", type: "tel", placeholder: "Phone Number", required: true,
type: "tel",
placeholder: "Phone Number",
required: true,
}, },
]} ]}
textarea={{ textarea={{
name: "message", name: "message", placeholder: "Tell us about your bottle type and quantity", required: true,
placeholder: "Tell us about your bottle type and quantity",
required: true,
}} }}
imageSrc="http://img.b2bpic.net/free-photo/silhouette-young-business-woman-beige-suit-walking-city-center-posing-near-office-buildings_1258-194036.jpg" imageSrc="http://img.b2bpic.net/free-photo/silhouette-young-business-woman-beige-suit-walking-city-center-posing-near-office-buildings_1258-194036.jpg"
/> />
@@ -345,13 +226,9 @@ export default function LandingPage() {
<FooterLogoReveal <FooterLogoReveal
logoText="Gurunanak Enterprises" logoText="Gurunanak Enterprises"
leftLink={{ leftLink={{
text: "Privacy Policy", text: "Privacy Policy", href: "#"}}
href: "#",
}}
rightLink={{ rightLink={{
text: "Contact Us", text: "Contact Us", href: "#contact"}}
href: "#contact",
}}
/> />
</div> </div>
</ReactLenis> </ReactLenis>