diff --git a/src/app/page.tsx b/src/app/page.tsx index 498103b..af52503 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,8 +9,10 @@ import FeatureBento from "@/components/sections/feature/FeatureBento"; import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; -import { Building2, Users, Star, TrendingUp, Hammer, Truck, MapPin, Package, Clock, Award, Zap, DollarSign, Palette, CheckCircle, Phone } from "lucide-react"; +import FaqBase from "@/components/sections/faq/FaqBase"; +import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterMedia from "@/components/sections/footer/FooterMedia"; +import { Building2, Users, Star, TrendingUp, Hammer, Truck, MapPin, Package, Clock, Award, Zap, DollarSign, Palette, CheckCircle, Phone } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -46,44 +48,29 @@ export default function HomePage() { title="Brooklyn's Trusted Building Materials Supplier" description="Quality materials, fair pricing, and expert service for contractors and homeowners since 2003. Call us today for fast quotes and same-day pickup." tag="Serving Brooklyn & NYC" - imageSrc="http://img.b2bpic.net/free-photo/arrangement-old-objects-antiques-market_23-2148950899.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/arrangement-old-objects-antiques-market_23-2148950899.jpg" imageAlt="Brooklyn Building Materials storefront and team" mediaAnimation="slide-up" testimonials={[ { - name: "Mark Johnson", - handle: "General Contractor, Johnson Construction", - testimonial: "Best materials supplier in Brooklyn. Fast service and competitive pricing every time.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-engineer-hard-hat-building_1303-21147.jpg", - }, + name: "Mark Johnson", handle: "General Contractor, Johnson Construction", testimonial: "Best materials supplier in Brooklyn. Fast service and competitive pricing every time.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-engineer-hard-hat-building_1303-21147.jpg"}, { - name: "Sarah Chen", - handle: "Project Manager, Chen Renovations", - testimonial: "Their team knows their inventory inside and out. Always helpful with recommendations.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12778.jpg?_wi=1", - }, + name: "Sarah Chen", handle: "Project Manager, Chen Renovations", testimonial: "Their team knows their inventory inside and out. Always helpful with recommendations.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12778.jpg"}, { - name: "David Rodriguez", - handle: "Owner, D&R Building Supply", - testimonial: "Reliable, professional, and they stand behind their products. Highly recommended.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-architect-man-showing-thumb-up-gesture-looking-camera_23-2148203957.jpg?_wi=1", - }, + name: "David Rodriguez", handle: "Owner, D&R Building Supply", testimonial: "Reliable, professional, and they stand behind their products. Highly recommended.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-architect-man-showing-thumb-up-gesture-looking-camera_23-2148203957.jpg"}, { - name: "Jennifer Walsh", - handle: "Real Estate Developer, Walsh Properties", - testimonial: "Consistent quality and service. Our go-to supplier for all major projects.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg", - }, + name: "Jennifer Walsh", handle: "Real Estate Developer, Walsh Properties", testimonial: "Consistent quality and service. Our go-to supplier for all major projects.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg"}, ]} buttons={[ { text: "📞 Call Now: (718) 555-0123", href: "tel:+17185550123" }, { text: "Request a Quote", href: "/contact" }, ]} useInvertedBackground={false} + background={{ variant: "glowing-orb" }} /> @@ -92,7 +79,7 @@ export default function HomePage() { title="20+ Years of Excellence in Brooklyn" description="Founded in 2003, Brooklyn Building Materials has become the trusted source for contractors, builders, and homeowners across Brooklyn and Queens. We pride ourselves on quality products, competitive pricing, and service you can rely on." tag="Why Choose Us" - imageSrc="http://img.b2bpic.net/free-photo/factory-workers-work-wear-yellow-helmets-walking-through-industrial-production-hall-sharing-ideas-about-organization_342744-232.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/factory-workers-work-wear-yellow-helmets-walking-through-industrial-production-hall-sharing-ideas-about-organization_342744-232.jpg" imageAlt="Modern warehouse and inventory at Brooklyn Building Materials" buttons={[ { text: "Visit Our Store", href: "/contact" }, @@ -108,40 +95,28 @@ export default function HomePage() { tag="Our Services" features={[ { - title: "Premium Lumber Selection", - description: "Pressure-treated, hardwood, and specialty lumber for any project.", - bentoComponent: "icon-info-cards", - items: [ + title: "Premium Lumber Selection", description: "Pressure-treated, hardwood, and specialty lumber for any project.", bentoComponent: "icon-info-cards", items: [ { icon: Hammer, label: "Professional Grade", value: "Verified Quality" }, { icon: Truck, label: "Same-Day Pickup", value: "In Stock" }, { icon: MapPin, label: "Local Supplier", value: "20+ Years" }, ], }, { - title: "Masonry & Concrete", - description: "Bricks, blocks, mortar, and concrete supplies for strong foundations.", - bentoComponent: "icon-info-cards", - items: [ + title: "Masonry & Concrete", description: "Bricks, blocks, mortar, and concrete supplies for strong foundations.", bentoComponent: "icon-info-cards", items: [ { icon: Package, label: "Bulk Orders", value: "Discounts Available" }, { icon: Clock, label: "Quick Delivery", value: "24-48 Hours" }, { icon: Award, label: "Top Brands", value: "Industry Standard" }, ], }, { - title: "Drywall & Insulation", - description: "Sheetrock, insulation, and finishing materials for complete builds.", - bentoComponent: "icon-info-cards", - items: [ + title: "Drywall & Insulation", description: "Sheetrock, insulation, and finishing materials for complete builds.", bentoComponent: "icon-info-cards", items: [ { icon: Zap, label: "Full Range", value: "All Sizes" }, { icon: Users, label: "Expert Support", value: "Knowledgeable Staff" }, { icon: DollarSign, label: "Fair Pricing", value: "Best Value" }, ], }, { - title: "Tile & Finishes", - description: "Ceramic, porcelain, and decorative tiles for professional installations.", - bentoComponent: "icon-info-cards", - items: [ + title: "Tile & Finishes", description: "Ceramic, porcelain, and decorative tiles for professional installations.", bentoComponent: "icon-info-cards", items: [ { icon: Palette, label: "Design Variety", value: "100+ Options" }, { icon: CheckCircle, label: "Installation Support", value: "Technical Advice" }, { icon: Phone, label: "Easy Ordering", value: "Online & In-Store" }, @@ -189,53 +164,23 @@ export default function HomePage() { description="Real feedback from contractors and homeowners who trust Brooklyn Building Materials." testimonials={[ { - id: "1", - name: "Mark Johnson", - role: "General Contractor", - company: "Johnson Construction", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg?_wi=1", - }, + id: "1", name: "Mark Johnson", role: "General Contractor", company: "Johnson Construction", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg"}, { - id: "2", - name: "Sarah Chen", - role: "Project Manager", - company: "Chen Renovations", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12778.jpg?_wi=2", - }, + id: "2", name: "Sarah Chen", role: "Project Manager", company: "Chen Renovations", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12778.jpg"}, { - id: "3", - name: "David Rodriguez", - role: "Owner", - company: "D&R Building Supply", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg?_wi=1", - }, + id: "3", name: "David Rodriguez", role: "Owner", company: "D&R Building Supply", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg"}, { - id: "4", - name: "Jennifer Walsh", - role: "Real Estate Developer", - company: "Walsh Properties", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg?_wi=1", - }, + id: "4", name: "Jennifer Walsh", role: "Real Estate Developer", company: "Walsh Properties", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg"}, { - id: "5", - name: "Michael Torres", - role: "Construction Manager", - company: "Metro Contractors", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-architect-man-showing-thumb-up-gesture-looking-camera_23-2148203957.jpg?_wi=2", - }, + id: "5", name: "Michael Torres", role: "Construction Manager", company: "Metro Contractors", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-architect-man-showing-thumb-up-gesture-looking-camera_23-2148203957.jpg"}, { - id: "6", - name: "Lisa Anderson", - role: "Property Manager", - company: "Brooklyn Home Builders", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg?_wi=2", - }, + id: "6", name: "Lisa Anderson", role: "Property Manager", company: "Brooklyn Home Builders", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -244,16 +189,53 @@ export default function HomePage() { /> +