diff --git a/src/app/page.tsx b/src/app/page.tsx index df7bf72..3c00c10 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Award, Cog, Droplet, Droplets, Search, ShieldCheck, Tool, Users, Wrench, Zap } from "lucide-react"; +import { Award, Cog, Droplet, Droplets, Search, ShieldCheck, Wrench, Zap, Users, Circle } from "lucide-react"; export default function LandingPage() { return ( @@ -21,145 +21,46 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" >
@@ -167,15 +68,7 @@ export default function LandingPage() { @@ -187,54 +80,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Pump Systems", - description: "Expert solutions for Well, Sump, Booster, and Grinder pumps.", - bentoComponent: "reveal-icon", - icon: Droplets, - imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-repairs-blue-car-garage-with-tools_1157-46532.jpg", - imageAlt: "Car mechanic repairs blue car in garage with tools", - }, - { - title: "Irrigation & Sprinklers", - description: "Advanced irrigation systems built to last and perform efficiently.", - bentoComponent: "reveal-icon", - icon: Droplet, - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138445.jpg?_wi=3", - imageAlt: "Car mechanic repairs blue car in garage with tools", - }, - { - title: "Plumbing Components", - description: "High-grade valves, fittings, and specialized water distribution parts.", - bentoComponent: "reveal-icon", - icon: Wrench, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-bicycle-mechanic-with-crossed-arms-holds-cup-key-tool-stand-background-workshop_613910-6165.jpg?_wi=2", - imageAlt: "Car mechanic repairs blue car in garage with tools", - }, - { - title: "Small Engine Repair", - description: "Expert repairs for Toro, Echo, and major professional equipment brands.", - bentoComponent: "reveal-icon", - icon: Cog, - imageSrc: "http://img.b2bpic.net/free-photo/stressful-dissatisfied-male-engineer-keeps-arms-folded-has-miserable-face-expression-wears-checkered-shirt-apron-focused-gets-much-duties-from-boss-tired-manual-work-isolated-purple_273609-31240.jpg?_wi=2", - imageAlt: "Car mechanic repairs blue car in garage with tools", - }, - { - title: "Hard-to-Find Parts", - description: "Custom sourcing for discontinued and rare equipment components.", - bentoComponent: "reveal-icon", - icon: Search, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-asian-adult-female-woman-wear-apron-standing-entrance-her-workshop-pottery-studio-incasual-cloth-relax-smiling-confident-warm-welcomeasian-woman-with-her-home-studio-workshop_609648-2692.jpg?_wi=2", - imageAlt: "Car mechanic repairs blue car in garage with tools", - }, - { - title: "Custom Solutions", - description: "Engineered fixes for complex residential and commercial water challenges.", - bentoComponent: "reveal-icon", - icon: Tool, - imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12812.jpg?_wi=2", - imageAlt: "Car mechanic repairs blue car in garage with tools", - }, + { title: "Pump Systems", description: "Expert solutions for Well, Sump, Booster, and Grinder pumps.", bentoComponent: "reveal-icon", icon: Droplets }, + { title: "Irrigation & Sprinklers", description: "Advanced irrigation systems built to last and perform efficiently.", bentoComponent: "reveal-icon", icon: Droplet }, + { title: "Plumbing Components", description: "High-grade valves, fittings, and specialized water distribution parts.", bentoComponent: "reveal-icon", icon: Wrench }, + { title: "Small Engine Repair", description: "Expert repairs for Toro, Echo, and major professional equipment brands.", bentoComponent: "reveal-icon", icon: Cog }, + { title: "Hard-to-Find Parts", description: "Custom sourcing for discontinued and rare equipment components.", bentoComponent: "reveal-icon", icon: Search }, + { title: "Custom Solutions", description: "Engineered fixes for complex residential and commercial water challenges.", bentoComponent: "reveal-icon", icon: Circle } ]} title="Professional Expertise in Every Component" description="From well pumps to precision parts, we ensure you have the right equipment the first time." @@ -246,26 +97,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - metrics={[ - { - id: "m1", - title: "Real Expert Advice", - value: "100%", - icon: ShieldCheck, - }, - { - id: "m2", - title: "Parts In Stock", - value: "Fast", - icon: Zap, - }, - { - id: "m3", - title: "Customer Loyalty", - value: "Generational", - icon: Users, - }, - ]} + metrics={[{ id: "m1", title: "Real Expert Advice", value: "100%", icon: ShieldCheck }, { id: "m2", title: "Parts In Stock", value: "Fast", icon: Zap }, { id: "m3", title: "Customer Loyalty", value: "Generational", icon: Users }]} title="Why Professionals Choose R E Barry" description="We are a family-owned business dedicated to delivering real expertise and fast results." /> @@ -279,7 +111,7 @@ export default function LandingPage() { description="R E Barry Pumps Inc. is not a big box store. We are a family-run local expert shop where professionals go when they need it done right. We’ve built our reputation on honest advice and solving problems others can't." subdescription="Whether you are a master plumber or a homeowner working on a weekend project, you get our full expertise every single time." icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/portrait-bearded-bicycle-mechanic-with-crossed-arms-holds-cup-key-tool-stand-background-workshop_613910-6165.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/portrait-bearded-bicycle-mechanic-with-crossed-arms-holds-cup-key-tool-stand-background-workshop_613910-6165.jpg" mediaAnimation="slide-up" /> @@ -290,48 +122,7 @@ export default function LandingPage() { textboxLayout="default" gridVariant="one-large-left-three-stacked-right" useInvertedBackground={false} - testimonials={[ - { - id: "1", - name: "Dave M.", - role: "Contractor", - company: "ProBuild", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stressful-dissatisfied-male-engineer-keeps-arms-folded-has-miserable-face-expression-wears-checkered-shirt-apron-focused-gets-much-duties-from-boss-tired-manual-work-isolated-purple_273609-31240.jpg?_wi=3", - }, - { - id: "2", - name: "Sarah L.", - role: "Homeowner", - company: "Local", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-asian-adult-female-woman-wear-apron-standing-entrance-her-workshop-pottery-studio-incasual-cloth-relax-smiling-confident-warm-welcomeasian-woman-with-her-home-studio-workshop_609648-2692.jpg?_wi=3", - }, - { - id: "3", - name: "Jim T.", - role: "Plumber", - company: "City Plumbing", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12812.jpg?_wi=3", - }, - { - id: "4", - name: "Maria K.", - role: "Landscaper", - company: "GreenSpace", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-homeowner-shaking-hands-with-cheerful-asian-plumber_1098-17820.jpg", - }, - { - id: "5", - name: "Bob R.", - role: "Facilities", - company: "Corporate", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-shopping-second-hand-market_23-2149353754.jpg", - }, - ]} + testimonials={[{ id: "1", name: "Dave M.", role: "Contractor", company: "ProBuild", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stressful-dissatisfied-male-engineer-keeps-arms-folded-has-miserable-face-expression-wears-checkered-shirt-apron-focused-gets-much-duties-from-boss-tired-manual-work-isolated-purple_273609-31240.jpg" }, { id: "2", name: "Sarah L.", role: "Homeowner", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-asian-adult-female-woman-wear-apron-standing-entrance-her-workshop-pottery-studio-incasual-cloth-relax-smiling-confident-warm-welcomeasian-woman-with-her-home-studio-workshop_609648-2692.jpg" }, { id: "3", name: "Jim T.", role: "Plumber", company: "City Plumbing", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12812.jpg" }, { id: "4", name: "Maria K.", role: "Landscaper", company: "GreenSpace", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-homeowner-shaking-hands-with-cheerful-asian-plumber_1098-17820.jpg" }, { id: "5", name: "Bob R.", role: "Facilities", company: "Corporate", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-shopping-second-hand-market_23-2149353754.jpg" }]} title="What Our Customers Say" description="Experience the difference of working with true industry experts." /> @@ -341,28 +132,7 @@ export default function LandingPage() { @@ -421,9 +154,7 @@ export default function LandingPage() {