Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e5c1d1ddb5 |
217
src/app/page.tsx
217
src/app/page.tsx
@@ -33,68 +33,44 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
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="Gurunanak Enterprises"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+918888819422",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+918888819422"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<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."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Quote Today",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Quote Today", href: "#contact"},
|
||||
{
|
||||
text: "Call 088888 19422",
|
||||
href: "tel:+918888819422",
|
||||
},
|
||||
text: "Call 088888 19422", href: "tel:+918888819422"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/robotic-arms-packaging-process_23-2152005446.jpg"
|
||||
imageAlt="Industrial plastic bottle manufacturing facility in Pune"
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/3d-covid19-vaccine_23-2148963967.jpg",
|
||||
alt: "Business client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/3d-covid19-vaccine_23-2148963967.jpg", alt: "Business client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/packings-pills-capsules-medicines_1339-2427.jpg",
|
||||
alt: "Manufacturing partner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/packings-pills-capsules-medicines_1339-2427.jpg", alt: "Manufacturing partner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medical-laboratory_181624-252.jpg",
|
||||
alt: "Supply chain expert",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medical-laboratory_181624-252.jpg", alt: "Supply chain expert"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/metal-chromed-manufacture-machines-with-shafts-wires-electronics-close-turned_645730-391.jpg",
|
||||
alt: "Facility manager",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/metal-chromed-manufacture-machines-with-shafts-wires-electronics-close-turned_645730-391.jpg", alt: "Facility manager"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg",
|
||||
alt: "Satisfied client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg", alt: "Satisfied client"},
|
||||
]}
|
||||
avatarText="Trusted by 50+ businesses"
|
||||
/>
|
||||
@@ -107,19 +83,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Experience",
|
||||
value: "15+",
|
||||
},
|
||||
label: "Years Experience", value: "15+"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Trusted Businesses",
|
||||
value: "50+",
|
||||
},
|
||||
label: "Trusted Businesses", value: "50+"},
|
||||
{
|
||||
icon: ThumbsUp,
|
||||
label: "Client Rating",
|
||||
value: "4.7/5",
|
||||
},
|
||||
label: "Client Rating", value: "4.7/5"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -132,34 +102,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
label: "Speed",
|
||||
title: "Quick Response Times",
|
||||
items: [
|
||||
"Prompt quotation delivery",
|
||||
"Fast manufacturing turnaround",
|
||||
"Ready stock availability",
|
||||
],
|
||||
id: "f1", label: "Speed", title: "Quick Response Times", items: [
|
||||
"Prompt quotation delivery", "Fast manufacturing turnaround", "Ready stock availability"],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
label: "Quality",
|
||||
title: "Industrial Grade Quality",
|
||||
items: [
|
||||
"Durable food-grade plastic",
|
||||
"Strict quality control",
|
||||
"Consistent product standards",
|
||||
],
|
||||
id: "f2", label: "Quality", title: "Industrial Grade Quality", items: [
|
||||
"Durable food-grade plastic", "Strict quality control", "Consistent product standards"],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
label: "Value",
|
||||
title: "Reasonable Pricing",
|
||||
items: [
|
||||
"Competitive bulk rates",
|
||||
"Transparent cost structures",
|
||||
"Best-in-market value",
|
||||
],
|
||||
id: "f3", label: "Value", title: "Reasonable Pricing", items: [
|
||||
"Competitive bulk rates", "Transparent cost structures", "Best-in-market value"],
|
||||
},
|
||||
]}
|
||||
title="Why Gurunanak Enterprises?"
|
||||
@@ -175,47 +127,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Storage Container",
|
||||
price: "Request Quote",
|
||||
variant: "1L",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-gelatin-pink-surface_58702-1934.jpg",
|
||||
},
|
||||
id: "p2", name: "Storage Container", price: "Request Quote", variant: "1L", imageSrc: "http://img.b2bpic.net/free-photo/blue-gelatin-pink-surface_58702-1934.jpg"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Utility Container",
|
||||
price: "Request Quote",
|
||||
variant: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collection-plastic-cups-table_23-2148780272.jpg",
|
||||
},
|
||||
id: "p6", 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"
|
||||
description="Explore our high-quality plastic bottles and custom packaging solutions."
|
||||
@@ -229,23 +151,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Building2,
|
||||
title: "Production Capacity",
|
||||
value: "100k+/mo",
|
||||
},
|
||||
id: "m1", icon: Building2,
|
||||
title: "Production Capacity", value: "100k+/mo"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Clock,
|
||||
title: "Avg. Response Time",
|
||||
value: "<2hrs",
|
||||
},
|
||||
id: "m2", icon: Clock,
|
||||
title: "Avg. Response Time", value: "<2hrs"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Truck,
|
||||
title: "Distribution Area",
|
||||
value: "Pune/MH",
|
||||
},
|
||||
id: "m3", icon: Truck,
|
||||
title: "Distribution Area", value: "Pune/MH"},
|
||||
]}
|
||||
title="Manufacturing Impact"
|
||||
description="Driving local industrial growth in Pune."
|
||||
@@ -257,30 +170,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ramesh K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660763.jpg",
|
||||
},
|
||||
id: "t1", name: "Ramesh K.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660763.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sanjay P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241196.jpg",
|
||||
},
|
||||
id: "t2", name: "Sanjay P.", imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241196.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Anil D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-carpenter-standing-workshop-arms-folded_1098-19122.jpg",
|
||||
},
|
||||
id: "t3", name: "Anil D.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-carpenter-standing-workshop-arms-folded_1098-19122.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Meera S.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-machine-operator-woodworking-factory_637285-12031.jpg",
|
||||
},
|
||||
id: "t4", name: "Meera S.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-machine-operator-woodworking-factory_637285-12031.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Vijay M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-mature-businessman-with-folded-arms_23-2147955369.jpg",
|
||||
},
|
||||
id: "t5", name: "Vijay M.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-mature-businessman-with-folded-arms_23-2147955369.jpg"},
|
||||
]}
|
||||
cardTitle="Client Feedback"
|
||||
cardTag="4.7/5 Stars"
|
||||
@@ -293,20 +191,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "Do you handle custom packaging orders?",
|
||||
content: "Yes, we specialize in custom plastic packaging solutions tailored to your business needs.",
|
||||
},
|
||||
id: "faq1", title: "Do you handle custom packaging orders?", content: "Yes, we specialize in custom plastic packaging solutions tailored to your business needs."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -320,22 +209,14 @@ export default function LandingPage() {
|
||||
description="Have questions about packaging sizes or bulk rates? Drop us a message."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your bottle type and quantity",
|
||||
required: true,
|
||||
name: "message", 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"
|
||||
/>
|
||||
@@ -345,13 +226,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Gurunanak Enterprises"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Contact Us", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user