Update src/app/page.tsx
This commit is contained in:
240
src/app/page.tsx
240
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Best Procure"
|
||||
/>
|
||||
@@ -56,32 +48,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Your Trusted Partner for Air Conditioning & HVAC Parts"
|
||||
description="Providing high-quality Refrigerant Gas, AC spare parts, and premium cooling solutions at the best prices in Bengaluru."
|
||||
tag="Trusted HVAC Suppliers"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-broken-manometers_482257-80114.jpg",
|
||||
imageAlt: "hvac technician working on air conditioner",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-broken-manometers_482257-80114.jpg", imageAlt: "hvac technician working on air conditioner"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250245.jpg",
|
||||
imageAlt: "modern split air conditioner indoor unit",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-worker-checking-freon-tank_482257-78533.jpg",
|
||||
imageAlt: "Close up of worker checking freon tank",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/repairman-reconditioning-hvac-system_482257-80009.jpg",
|
||||
imageAlt: "Repairman reconditioning hvac system",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serviceman-arriving-help-apprentice_482257-85127.jpg",
|
||||
imageAlt: "Serviceman arriving to help apprentice",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250245.jpg", imageAlt: "modern split air conditioner indoor unit"}
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={4.6}
|
||||
@@ -94,9 +69,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Quality You Can Trust"
|
||||
description={[
|
||||
"Best Procure is a leading supplier of HVAC components, refrigerant gas, and complete air conditioning systems. We serve commercial, industrial, and residential clients with top-tier products.",
|
||||
"Based in Sudhama Nagar, we are committed to fast delivery, competitive pricing, and maintaining deep industry expertise for all your climate control needs.",
|
||||
]}
|
||||
"Best Procure is a leading supplier of HVAC components, refrigerant gas, and complete air conditioning systems. We serve commercial, industrial, and residential clients with top-tier products.", "Based in Sudhama Nagar, we are committed to fast delivery, competitive pricing, and maintaining deep industry expertise for all your climate control needs."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -108,19 +81,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Premium Quality Parts",
|
||||
description: "Guaranteed authentic spare parts for all major HVAC brands.",
|
||||
},
|
||||
title: "Premium Quality Parts", description: "Guaranteed authentic spare parts for all major HVAC brands."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Fast Refrigerant Supply",
|
||||
description: "Immediate availability of premium refrigerant gases for professionals.",
|
||||
},
|
||||
title: "Fast Refrigerant Supply", description: "Immediate availability of premium refrigerant gases for professionals."},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Verified Products",
|
||||
description: "Every item undergoes quality checks to meet strict industry standards.",
|
||||
},
|
||||
title: "Verified Products", description: "Every item undergoes quality checks to meet strict industry standards."},
|
||||
]}
|
||||
title="Why Choose Best Procure?"
|
||||
description="We stand for reliability, quality components, and expert support that helps you maintain perfectly conditioned environments."
|
||||
@@ -135,47 +102,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "R-32 Refrigerant",
|
||||
price: "Contact for Price",
|
||||
variant: "Gas",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-worker-with-hard-hat-protective-mask_23-2148773450.jpg",
|
||||
},
|
||||
id: "p1", name: "R-32 Refrigerant", price: "Contact for Price", variant: "Gas", imageSrc: "http://img.b2bpic.net/free-photo/front-view-worker-with-hard-hat-protective-mask_23-2148773450.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Compressor Motor",
|
||||
price: "Contact for Price",
|
||||
variant: "Parts",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-indoors-white-wall-with-vent-space_23-2148801257.jpg",
|
||||
},
|
||||
id: "p2", name: "Compressor Motor", price: "Contact for Price", variant: "Parts", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-indoors-white-wall-with-vent-space_23-2148801257.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Smart Split AC",
|
||||
price: "Contact for Price",
|
||||
variant: "AC Unit",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/housework-young-dark-haired-woman-cleaning-lamp-kitchen_259150-59459.jpg",
|
||||
},
|
||||
id: "p3", name: "Smart Split AC", price: "Contact for Price", variant: "AC Unit", imageSrc: "http://img.b2bpic.net/free-photo/housework-young-dark-haired-woman-cleaning-lamp-kitchen_259150-59459.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Condenser Coil",
|
||||
price: "Contact for Price",
|
||||
variant: "Parts",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-gas-cylinder_23-2149290454.jpg",
|
||||
},
|
||||
id: "p4", name: "Condenser Coil", price: "Contact for Price", variant: "Parts", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-gas-cylinder_23-2149290454.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Evaporator Fan",
|
||||
price: "Contact for Price",
|
||||
variant: "Parts",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388959.jpg",
|
||||
},
|
||||
id: "p5", name: "Evaporator Fan", price: "Contact for Price", variant: "Parts", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388959.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Digital Control Module",
|
||||
price: "Contact for Price",
|
||||
variant: "Electronic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-remote-start-heater_23-2149335104.jpg",
|
||||
},
|
||||
id: "p6", name: "Digital Control Module", price: "Contact for Price", variant: "Electronic", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-remote-start-heater_23-2149335104.jpg"},
|
||||
]}
|
||||
title="Our Product Selection"
|
||||
description="From refrigerant gas to high-efficiency split AC systems, find everything you need."
|
||||
@@ -189,34 +126,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "25+",
|
||||
title: "Verified Reviews",
|
||||
items: [
|
||||
"Positive customer feedback",
|
||||
"Verified buyer trust",
|
||||
"Proven service quality",
|
||||
],
|
||||
id: "m1", value: "25+", title: "Verified Reviews", items: [
|
||||
"Positive customer feedback", "Verified buyer trust", "Proven service quality"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "1000+",
|
||||
title: "Products Served",
|
||||
items: [
|
||||
"Wide range of parts",
|
||||
"Authentic stock items",
|
||||
"Industry solutions",
|
||||
],
|
||||
id: "m2", value: "1000+", title: "Products Served", items: [
|
||||
"Wide range of parts", "Authentic stock items", "Industry solutions"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "4.6",
|
||||
title: "Star Rating",
|
||||
items: [
|
||||
"Google Business rating",
|
||||
"High customer satisfaction",
|
||||
"Consistent reliability",
|
||||
],
|
||||
id: "m3", value: "4.6", title: "Star Rating", items: [
|
||||
"Google Business rating", "High customer satisfaction", "Consistent reliability"],
|
||||
},
|
||||
]}
|
||||
title="Proven Track Record"
|
||||
@@ -230,20 +149,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you deliver refrigerant gas?",
|
||||
content: "Yes, we provide safe delivery and handling of refrigerant gases for professional use.",
|
||||
},
|
||||
id: "f1", title: "Do you deliver refrigerant gas?", content: "Yes, we provide safe delivery and handling of refrigerant gases for professional use."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are your parts authentic?",
|
||||
content: "We only source components from reputable manufacturers to guarantee high-quality performance.",
|
||||
},
|
||||
id: "f2", title: "Are your parts authentic?", content: "We only source components from reputable manufacturers to guarantee high-quality performance."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How can I check price and availability?",
|
||||
content: "You can call us directly at our store or visit us in Sudhama Nagar for real-time inventory checks.",
|
||||
},
|
||||
id: "f3", title: "How can I check price and availability?", content: "You can call us directly at our store or visit us in Sudhama Nagar for real-time inventory checks."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about our HVAC parts or refrigerant availability?"
|
||||
@@ -258,59 +168,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
role: "Technician",
|
||||
company: "Cooling Pro",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2579.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", role: "Technician", company: "Cooling Pro", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2579.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael Chen",
|
||||
role: "Owner",
|
||||
company: "AC Fixers",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shirt-smiling-skill-gesture-occupation_1134-1049.jpg",
|
||||
},
|
||||
id: "t2", name: "Michael Chen", role: "Owner", company: "AC Fixers", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shirt-smiling-skill-gesture-occupation_1134-1049.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
role: "Manager",
|
||||
company: "Modern Office",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-entrepreneur-posing-camera_1262-3636.jpg",
|
||||
},
|
||||
id: "t3", name: "Emily R.", role: "Manager", company: "Modern Office", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-entrepreneur-posing-camera_1262-3636.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Kim",
|
||||
role: "Contractor",
|
||||
company: "BuildRight",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153827.jpg",
|
||||
},
|
||||
id: "t4", name: "David Kim", role: "Contractor", company: "BuildRight", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153827.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Anita P.",
|
||||
role: "Owner",
|
||||
company: "City Air",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-equipment_23-2149366625.jpg",
|
||||
},
|
||||
id: "t5", name: "Anita P.", role: "Owner", company: "City Air", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-equipment_23-2149366625.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "25+",
|
||||
label: "Verified Reviews",
|
||||
},
|
||||
value: "25+", label: "Verified Reviews"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Part Authenticity",
|
||||
},
|
||||
value: "100%", label: "Part Authenticity"},
|
||||
{
|
||||
value: "4.6/5",
|
||||
label: "Average Rating",
|
||||
},
|
||||
value: "4.6/5", label: "Average Rating"},
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="Hear from our partners who rely on our consistent supply and service expertise."
|
||||
@@ -321,20 +200,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Contact Us"
|
||||
title="Need AC Parts? Get In Touch"
|
||||
description="Visit us in Bengaluru or call to speak with an HVAC expert for your parts requirements."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+919611985320",
|
||||
},
|
||||
text: "Call Now", href: "tel:+919611985320"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.google.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -345,37 +219,23 @@ export default function LandingPage() {
|
||||
logoText="Best Procure"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Products", href: "#products"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user