Merge version_3 into main #3
157
src/app/page.tsx
157
src/app/page.tsx
@@ -4,15 +4,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import { CheckCircle, Leaf, Truck } from "lucide-react";
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { CheckCircle, Leaf, Truck, Star } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,157 +33,112 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Materials", id: "products" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Contract Services Company"
|
||||
brandName="Bolton Furniture Co LLC"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
<HeroSplitTestimonial
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Your Trusted Partner for Quality Landscaping Supplies"
|
||||
description="Get the materials you need for your yard, play area, or landscaping project, delivered fast and affordably."
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:7709435108" },
|
||||
{ text: "View Materials", href: "#products" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13272.jpg"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215071.jpg", alt: "Customer profile one" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-pointing-camera_1262-3266.jpg", alt: "Customer profile two" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/man-standing-sideways-camera-talking-smartphone-outdoors_259150-59320.jpg", alt: "Customer profile three" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/work-life-joyful-middle-aged-man-comfortable-casual-clothes-talking-smartphone-gesturing-while-sitting-open-terrace-country-house-sunny-day_259150-59318.jpg", alt: "Customer profile four" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/man-growing-cultivating-plants-indoors_23-2149854848.jpg", alt: "Customer profile five" },
|
||||
]}
|
||||
avatarText="Trusted by 1000+ local homeowners"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Quality Gravel" },
|
||||
{ type: "text", text: "Premium Mulch" },
|
||||
{ type: "text", text: "Topsoil Delivery" },
|
||||
{ type: "text", text: "Garden Stones" },
|
||||
{ type: "text", text: "Fast Local Service" },
|
||||
]}
|
||||
title="Quality Furniture for Your Family Home"
|
||||
description="Bolton Furniture Co LLC brings warmth and comfort to your home with hand-selected pieces and family-owned service you can trust."
|
||||
buttons={[{ text: "Explore Selection", href: "#products" }]}
|
||||
testimonials={[{ name: "Sarah J.", handle: "@sarahj", testimonial: "The best furniture shopping experience we've ever had!", rating: 5 }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-living-room-with-sofa-minimalist-design_23-2151528641.jpg"
|
||||
tag="Family Owned Since 1985"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
<TextAbout
|
||||
title="Crafting Comfort Since 1985"
|
||||
description="Bolton Furniture Co LLC is a family-owned business dedicated to providing high-quality home furnishings. We believe that your home is the heart of your life, and we are committed to helping you make it as comfortable and inviting as possible through expert advice and personal service."
|
||||
useInvertedBackground={true}
|
||||
title="Serving Hiram with Excellence"
|
||||
description="At Contract Services Company, we pride ourselves on being the go-to provider for landscaping materials. From gravel and mulch to decorative rocks, we offer great selection, competitive pricing, and fast delivery to ensure your project is a success."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/heavy-machinery-used-construction-industry-engineering_23-2151307795.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardMedia
|
||||
<FeatureCardTen
|
||||
title="The Bolton Promise"
|
||||
description="We don't just sell furniture; we provide peace of mind."
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "f1", title: "Fast Delivery", description: "Reliable delivery to your site when you need it.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-tractor-field_23-2147924049.jpg", tag: "Service" },
|
||||
{ id: "f2", title: "Great Selection", description: "A wide variety of rocks, mulch, and soil for all needs.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-picture-garden-equipment-put-soil_1150-28380.jpg", tag: "Products" },
|
||||
{ id: "f3", title: "Competitive Pricing", description: "Quality materials at prices that beat the big box stores.", imageSrc: "http://img.b2bpic.net/free-photo/heavy-machinery-used-construction-industry-engineering_23-2151307759.jpg", tag: "Value" },
|
||||
{
|
||||
title: "Personalized Service", description: "Our family-owned approach means you deal with people who truly care about your home.", media: { imageSrc: "http://img.b2bpic.net/free-photo/happy-family-buying-furniture-store_23-2148767351.jpg" },
|
||||
items: [{ icon: CheckCircle, text: "Personal attention" }, { icon: Star, text: "Family-run business" }],
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="High-quality products combined with service that exceeds expectations."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
<ProductCardOne
|
||||
title="Featured Collection"
|
||||
description="Discover our latest arrivals in home furniture."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "p1", brand: "Supplies", name: "Decorative Gravel", price: "$45/ton", rating: 5, reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12406.jpg" },
|
||||
{ id: "p2", brand: "Supplies", name: "Premium Mulch", price: "$30/yd", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-gardening-tools-with-copyspace_23-2148198734.jpg" },
|
||||
{ id: "p3", brand: "Supplies", name: "Garden Stone", price: "$60/ton", rating: 4, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/up-green-rock-era-colored_1232-3768.jpg" },
|
||||
{ id: "p4", brand: "Supplies", name: "Paver Rocks", price: "$55/ton", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/close-up-gravel-road_1137-90.jpg" },
|
||||
{ id: "p5", brand: "Supplies", name: "Topsoil", price: "$25/yd", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-stack-firewoods_181624-21784.jpg" },
|
||||
{ id: "p6", brand: "Supplies", name: "Slate Border", price: "$70/ton", rating: 4, reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12310.jpg" },
|
||||
{ id: "1", name: "Classic Sofa", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/sofa-living-room_23-2148810292.jpg" },
|
||||
{ id: "2", name: "Dining Set", price: "$2,500", imageSrc: "http://img.b2bpic.net/free-photo/dining-room_23-2148810287.jpg" },
|
||||
{ id: "3", name: "Queen Bed", price: "$1,800", imageSrc: "http://img.b2bpic.net/free-photo/bedroom-interior_23-2148810285.jpg" },
|
||||
{ id: "4", name: "Nightstand", price: "$350", imageSrc: "http://img.b2bpic.net/free-photo/side-table_23-2148810289.jpg" },
|
||||
]}
|
||||
title="Our Materials"
|
||||
description="Quality supplies for your outdoor projects."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
<MetricCardFourteen
|
||||
title="Our Commitment"
|
||||
tag="Service Milestones"
|
||||
metrics={[
|
||||
{ id: "m1", title: "Happy Customers", value: "1000+", icon: CheckCircle },
|
||||
{ id: "m2", title: "Loads Delivered", value: "5000+", icon: Truck },
|
||||
{ id: "m3", title: "Products Available", value: "50+", icon: Leaf },
|
||||
{ id: "1", value: "35+", description: "Years of Excellence" },
|
||||
{ id: "2", value: "5,000+", description: "Happy Homes Furnished" },
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Years of helping homeowners and contractors succeed."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
<TestimonialCardTen
|
||||
title="From Our Happy Families"
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Nicholas Boyd", handle: "@nicholas", testimonial: "Great place to get any material that you need for your yard. Good prices, great service.", imageSrc: "http://img.b2bpic.net/free-photo/man-talking-smartphone-sitting-open-terrace_259150-59317.jpg" },
|
||||
{ id: "t2", name: "Wendy Solomon", handle: "@wendy", testimonial: "Excellent service! They answered on Saturday, delivered Monday morning.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-eco-friendly-wind-power-project-with-layout_23-2148847779.jpg" },
|
||||
{ id: "t3", name: "Customer Three", handle: "@customer3", testimonial: "Awesome! This place is way better than the big box stores.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-construction-worker_23-2148233742.jpg" },
|
||||
{ id: "t4", name: "Customer Four", handle: "@customer4", testimonial: "Fast delivery, exactly what I ordered. Will use again.", imageSrc: "http://img.b2bpic.net/free-photo/deliveryman-holding-gift-box-folder_7502-9035.jpg" },
|
||||
{ id: "t5", name: "Customer Five", handle: "@customer5", testimonial: "Very nice people, great prices, and professional.", imageSrc: "http://img.b2bpic.net/free-photo/orders_23-2148013390.jpg" },
|
||||
{ id: "1", title: "Exceptional Quality", quote: "The furniture we bought from Bolton is top-notch. It completely transformed our living room.", name: "The Thompson Family", role: "Local Residents" }
|
||||
]}
|
||||
title="Customer Reviews"
|
||||
description="See why locals trust us for their yard and landscaping projects."
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "q1", title: "Do you deliver on weekends?", content: "We do our best to accommodate your scheduling needs, even on weekends." },
|
||||
{ id: "q2", title: "What kind of materials do you sell?", content: "We sell gravel, mulch, decorative rocks, sand, soil, and various other landscaping materials." },
|
||||
{ id: "q3", title: "How do I place an order?", content: "You can call us directly at (770) 943-5108 to speak with our team and schedule your delivery." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rusty-red-car-lying-abandoned-forest-background-surrounded-by-trees_181624-17018.jpg"
|
||||
title="Common Questions"
|
||||
description="Answers to help you plan your landscaping project."
|
||||
description="We're here to help you furnish your perfect home."
|
||||
faqs={[
|
||||
{ id: "1", title: "Do you offer financing?", content: "Yes, we have flexible financing options available for all our customers." },
|
||||
{ id: "2", title: "Is delivery available?", content: "We provide white-glove delivery service for all local purchases." },
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get in Touch"
|
||||
title="Ready to Start Your Project?"
|
||||
description="Call us today or visit our store in Hiram to get the materials you need for your next landscaping venture."
|
||||
buttons={[{ text: "(770) 943-5108", href: "tel:7709435108" }]}
|
||||
title="Visit Our Showroom Today"
|
||||
description="Let us help you find the perfect piece for your home."
|
||||
buttons={[{ text: "Call Us Now", href: "tel:7709435108" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Location", items: [
|
||||
{ label: "711 Hiram Douglasville Hwy", href: "#" },
|
||||
{ label: "Hiram, GA 30141", href: "#" },
|
||||
] },
|
||||
{ title: "Contact", items: [
|
||||
{ label: "(770) 943-5108", href: "tel:7709435108" },
|
||||
] },
|
||||
]}
|
||||
bottomLeftText="Contract Services Company © 2024"
|
||||
bottomRightText="Built with quality service."
|
||||
<FooterLogoReveal
|
||||
logoText="Bolton Furniture"
|
||||
leftLink={{ text: "Privacy Policy" }}
|
||||
rightLink={{ text: "Contact Us" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user