Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-07 19:41:34 +00:00

View File

@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { ArrowRight } from 'lucide-react';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
@@ -30,21 +31,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "home",
},
name: "Home", id: "home"},
{
name: "Our Work",
id: "about",
},
name: "Our Work", id: "about"},
{
name: "Services",
id: "features",
},
name: "Services", id: "features"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="55 Southern Stone"
/>
@@ -54,93 +47,52 @@ export default function LandingPage() {
<HeroSplitTestimonial
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Timeless Craftsmanship in Every Stone"
description="At 55 Southern Stone, we blend traditional techniques with modern design to create stunning, durable stone features for your home and property."
testimonials={[
{
name: "Mark D.",
handle: "@markd",
testimonial: "Exceptional precision. My retaining wall looks perfect.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg?_wi=1",
},
name: "Mark D.", handle: "@markd", testimonial: "Exceptional precision. My retaining wall looks perfect.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg"},
{
name: "Laura S.",
handle: "@lauras",
testimonial: "The stonework transformed our garden completely.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-outdoors-sunset-crossed-arms_158538-20634.jpg?_wi=1",
},
name: "Laura S.", handle: "@lauras", testimonial: "The stonework transformed our garden completely.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-outdoors-sunset-crossed-arms_158538-20634.jpg"},
{
name: "Robert B.",
handle: "@robertb",
testimonial: "Professional, reliable, and highly skilled masters.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/architect-team-partners-working-design-desk_482257-8112.jpg?_wi=1",
},
name: "Robert B.", handle: "@robertb", testimonial: "Professional, reliable, and highly skilled masters.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/architect-team-partners-working-design-desk_482257-8112.jpg"},
{
name: "Emily P.",
handle: "@emilyp",
testimonial: "Best stonemasons in the region. Highly recommended.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/asian-attractive-glasses-interior-designer-working-house-site-renovation-construction-progress-with-smile-confident-desk-with-blue-print-drawing-tool_609648-514.jpg?_wi=1",
},
name: "Emily P.", handle: "@emilyp", testimonial: "Best stonemasons in the region. Highly recommended.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/asian-attractive-glasses-interior-designer-working-house-site-renovation-construction-progress-with-smile-confident-desk-with-blue-print-drawing-tool_609648-514.jpg"},
{
name: "James W.",
handle: "@jamesw",
testimonial: "Craftsmanship that truly stands the test of time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cool-brunet-bearded-man-sunglasses-beige-shorts-orange-jacket-leans-white-wall-outside-crosses-arms_197531-28761.jpg?_wi=1",
},
name: "James W.", handle: "@jamesw", testimonial: "Craftsmanship that truly stands the test of time.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cool-brunet-bearded-man-sunglasses-beige-shorts-orange-jacket-leans-white-wall-outside-crosses-arms_197531-28761.jpg"},
]}
imageSrc="http://img.b2bpic.net/free-photo/rocks-stones-concrete_23-2148399253.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg",
alt: "Client 1",
},
src: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg", alt: "Client 1"},
{
src: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-outdoors-sunset-crossed-arms_158538-20634.jpg",
alt: "Client 2",
},
src: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-outdoors-sunset-crossed-arms_158538-20634.jpg", alt: "Client 2"},
{
src: "http://img.b2bpic.net/free-photo/architect-team-partners-working-design-desk_482257-8112.jpg",
alt: "Client 3",
},
src: "http://img.b2bpic.net/free-photo/architect-team-partners-working-design-desk_482257-8112.jpg", alt: "Client 3"},
{
src: "http://img.b2bpic.net/free-photo/asian-attractive-glasses-interior-designer-working-house-site-renovation-construction-progress-with-smile-confident-desk-with-blue-print-drawing-tool_609648-514.jpg",
alt: "Client 4",
},
src: "http://img.b2bpic.net/free-photo/asian-attractive-glasses-interior-designer-working-house-site-renovation-construction-progress-with-smile-confident-desk-with-blue-print-drawing-tool_609648-514.jpg", alt: "Client 4"},
{
src: "http://img.b2bpic.net/free-photo/cool-brunet-bearded-man-sunglasses-beige-shorts-orange-jacket-leans-white-wall-outside-crosses-arms_197531-28761.jpg",
alt: "Client 5",
},
src: "http://img.b2bpic.net/free-photo/cool-brunet-bearded-man-sunglasses-beige-shorts-orange-jacket-leans-white-wall-outside-crosses-arms_197531-28761.jpg", alt: "Client 5"},
]}
avatarText="Trusted by 500+ homeowners"
marqueeItems={[
{
type: "text",
text: "Precision Craft",
},
type: "text", text: "Precision Craft"},
{
type: "text",
text: "Premium Stone",
},
type: "text", text: "Premium Stone"},
{
type: "text",
text: "Custom Masonry",
},
type: "text", text: "Custom Masonry"},
{
type: "text",
text: "Timeless Beauty",
},
type: "text", text: "Timeless Beauty"},
{
type: "text",
text: "Expert Installation",
},
type: "text", text: "Expert Installation"},
]}
/>
</div>
@@ -153,17 +105,11 @@ export default function LandingPage() {
description="55 Southern Stone brings decades of experience to every project. We specialize in natural stone masonry that enhances property value and aesthetic charm, ensuring every detail reflects our commitment to excellence."
bulletPoints={[
{
title: "Precision Craft",
description: "Expert hand-carving and careful stone placement for perfect fit.",
},
title: "Precision Craft", description: "Expert hand-carving and careful stone placement for perfect fit."},
{
title: "Premium Materials",
description: "Sourcing the highest quality natural stone for durability.",
},
title: "Premium Materials", description: "Sourcing the highest quality natural stone for durability."},
{
title: "Bespoke Design",
description: "Custom projects tailored to fit your specific vision.",
},
title: "Bespoke Design", description: "Custom projects tailored to fit your specific vision."},
]}
imageSrc="http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13093.jpg"
mediaAnimation="slide-up"
@@ -176,28 +122,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Retaining Walls",
description: "Beautiful and structurally sound garden walls.",
imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-16138.jpg",
buttonIcon: "ArrowRight",
title: "Retaining Walls", description: "Beautiful and structurally sound garden walls.", imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-16138.jpg", buttonIcon: ArrowRight,
},
{
title: "Stone Fireplaces",
description: "Custom interior hearths for a cozy atmosphere.",
imageSrc: "http://img.b2bpic.net/free-photo/famous-sculpture-owl-notredamededijon_268835-4021.jpg",
buttonIcon: "ArrowRight",
title: "Stone Fireplaces", description: "Custom interior hearths for a cozy atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/famous-sculpture-owl-notredamededijon_268835-4021.jpg", buttonIcon: ArrowRight,
},
{
title: "Walkways & Patios",
description: "Flagstone paths and patio features for outdoor living.",
imageSrc: "http://img.b2bpic.net/free-photo/stone-surface-with-grass_23-2147625863.jpg",
buttonIcon: "ArrowRight",
title: "Walkways & Patios", description: "Flagstone paths and patio features for outdoor living.", imageSrc: "http://img.b2bpic.net/free-photo/stone-surface-with-grass_23-2147625863.jpg", buttonIcon: ArrowRight,
},
{
title: "Stone Cladding",
description: "Natural veneer applications for home exterior updates.",
imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-15078.jpg",
buttonIcon: "ArrowRight",
title: "Stone Cladding", description: "Natural veneer applications for home exterior updates.", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-15078.jpg", buttonIcon: ArrowRight,
},
]}
title="Our Specialized Services"
@@ -213,20 +147,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "15+",
description: "Years of professional masonry",
},
id: "m1", value: "15+", description: "Years of professional masonry"},
{
id: "m2",
value: "500+",
description: "Successful projects completed",
},
id: "m2", value: "500+", description: "Successful projects completed"},
{
id: "m3",
value: "100%",
description: "Client satisfaction rate",
},
id: "m3", value: "100%", description: "Client satisfaction rate"},
]}
title="By The Numbers"
description="Experience and trust earned through years of dedicated work in the Southern region."
@@ -240,40 +165,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Mark D.",
handle: "@markd",
testimonial: "Exceptional precision. My retaining wall looks perfect.",
imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg?_wi=2",
},
id: "1", name: "Mark D.", handle: "@markd", testimonial: "Exceptional precision. My retaining wall looks perfect.", imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg"},
{
id: "2",
name: "Laura S.",
handle: "@lauras",
testimonial: "The stonework transformed our garden completely.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-outdoors-sunset-crossed-arms_158538-20634.jpg?_wi=2",
},
id: "2", name: "Laura S.", handle: "@lauras", testimonial: "The stonework transformed our garden completely.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-outdoors-sunset-crossed-arms_158538-20634.jpg"},
{
id: "3",
name: "Robert B.",
handle: "@robertb",
testimonial: "Professional, reliable, and highly skilled masters.",
imageSrc: "http://img.b2bpic.net/free-photo/architect-team-partners-working-design-desk_482257-8112.jpg?_wi=2",
},
id: "3", name: "Robert B.", handle: "@robertb", testimonial: "Professional, reliable, and highly skilled masters.", imageSrc: "http://img.b2bpic.net/free-photo/architect-team-partners-working-design-desk_482257-8112.jpg"},
{
id: "4",
name: "Emily P.",
handle: "@emilyp",
testimonial: "Best stonemasons in the region. Highly recommended.",
imageSrc: "http://img.b2bpic.net/free-photo/asian-attractive-glasses-interior-designer-working-house-site-renovation-construction-progress-with-smile-confident-desk-with-blue-print-drawing-tool_609648-514.jpg?_wi=2",
},
id: "4", name: "Emily P.", handle: "@emilyp", testimonial: "Best stonemasons in the region. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/asian-attractive-glasses-interior-designer-working-house-site-renovation-construction-progress-with-smile-confident-desk-with-blue-print-drawing-tool_609648-514.jpg"},
{
id: "5",
name: "James W.",
handle: "@jamesw",
testimonial: "Craftsmanship that truly stands the test of time.",
imageSrc: "http://img.b2bpic.net/free-photo/cool-brunet-bearded-man-sunglasses-beige-shorts-orange-jacket-leans-white-wall-outside-crosses-arms_197531-28761.jpg?_wi=2",
},
id: "5", name: "James W.", handle: "@jamesw", testimonial: "Craftsmanship that truly stands the test of time.", imageSrc: "http://img.b2bpic.net/free-photo/cool-brunet-bearded-man-sunglasses-beige-shorts-orange-jacket-leans-white-wall-outside-crosses-arms_197531-28761.jpg"},
]}
title="What Our Clients Say"
description="Don't take our word for it—hear from the families and business owners we've worked with."
@@ -284,8 +184,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Let's Build Together"
title="Ready to Start Your Project?"
description="Contact us today for a free estimate and consultation on your upcoming stone masonry project."
@@ -300,29 +199,19 @@ export default function LandingPage() {
{
items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Services",
href: "#features",
},
label: "Services", href: "#features"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}