Merge version_2 into main #2
@@ -22,11 +22,13 @@ const raleway = Raleway({
|
||||
export const metadata: Metadata = {
|
||||
title: "Stonecraft | Expert Stone Paving & Renovation Services", description: "Premium core renovation, stone care, paving & terrace construction. 20+ years of expert craftsmanship for residential and commercial properties.", keywords: "stone paving, core renovation, terrace construction, stone care, professional stonework, patio design", metadataBase: new URL("https://stonecraft.com"),
|
||||
alternates: {
|
||||
canonical: "https://stonecraft.com"},
|
||||
canonical: "https://stonecraft.com"
|
||||
},
|
||||
openGraph: {
|
||||
title: "Stonecraft | Stone Paving & Renovation Experts", description: "Transform your outdoor spaces with premium stone work and renovation services.", url: "https://stonecraft.com", siteName: "Stonecraft", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/horizontal-view-traditionl-stonecutter_268835-4731.jpg", alt: "Professional stone work and renovation"},
|
||||
url: "http://img.b2bpic.net/free-photo/horizontal-view-traditionl-stonecutter_268835-4731.jpg", alt: "Professional stone work and renovation"
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial";
|
||||
import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel";
|
||||
import FeatureBento from "@/components/sections/feature/FeatureBento";
|
||||
import AboutMetric from "@/components/sections/about/AboutMetric";
|
||||
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
|
||||
@@ -36,32 +36,36 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Get Quote", href: "#contact"}}
|
||||
text: "Get Quote", href: "#contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
<HeroBillboardCarousel
|
||||
title="Transform Your Outdoor Spaces with Expert Stone Craftsmanship"
|
||||
description="From core renovations to intricate stone care, we bring precision and artistry to every project. Paving, terraces, and complete landscape transformations—delivered with uncompromising quality."
|
||||
tag="Premium Craft Services"
|
||||
tagIcon={Hammer}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/horizontal-view-traditionl-stonecutter_268835-4731.jpg"
|
||||
imageAlt="Professional stone work and paving project"
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
mediaItems={[
|
||||
{
|
||||
name: "James Mitchell", handle: "Homeowner", testimonial: "The attention to detail was exceptional. Our terrace is absolutely stunning.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-traditionl-stonecutter_268835-4731.jpg", imageAlt: "Professional stone work and paving project"
|
||||
},
|
||||
{
|
||||
name: "Sarah Williams", handle: "Property Developer", testimonial: "Professional, reliable, and they delivered on every promise. Highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756553.jpg", imageAlt: "Stone texture and design"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg?_wi=1", imageAlt: "Stone architecture detail"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg?_wi=2", imageAlt: "Contemporary stone design"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Professional craftsman portrait"
|
||||
},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
{ text: "Schedule Consultation", href: "#contact" },
|
||||
{ text: "View Portfolio", href: "#projects" },
|
||||
@@ -82,13 +86,17 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Core Renovation", description: "Complete structural and aesthetic renovations for homes and commercial spaces.", bentoComponent: "globe"},
|
||||
title: "Core Renovation", description: "Complete structural and aesthetic renovations for homes and commercial spaces.", bentoComponent: "globe"
|
||||
},
|
||||
{
|
||||
title: "Stone Care & Restoration", description: "Professional cleaning, sealing, and restoration of natural stone surfaces.", bentoComponent: "animated-bar-chart"},
|
||||
title: "Stone Care & Restoration", description: "Professional cleaning, sealing, and restoration of natural stone surfaces.", bentoComponent: "animated-bar-chart"
|
||||
},
|
||||
{
|
||||
title: "Expert Paving", description: "Precision paving solutions with durable, beautiful stone and paver materials.", bentoComponent: "map"},
|
||||
title: "Expert Paving", description: "Precision paving solutions with durable, beautiful stone and paver materials.", bentoComponent: "map"
|
||||
},
|
||||
{
|
||||
title: "Terrace Construction", description: "Custom outdoor terraces and patios designed for lasting beauty and function.", bentoComponent: "line-chart"},
|
||||
title: "Terrace Construction", description: "Custom outdoor terraces and patios designed for lasting beauty and function.", bentoComponent: "line-chart"
|
||||
},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
/>
|
||||
@@ -116,13 +124,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Stunning Terrace Transformation", quote: "They completely reimagined our backyard with a beautiful stone terrace. The craftsmanship is exceptional and they were professional throughout.", name: "Robert Chen", role: "Homeowner, San Francisco", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Robert Chen"},
|
||||
id: "1", title: "Stunning Terrace Transformation", quote: "They completely reimagined our backyard with a beautiful stone terrace. The craftsmanship is exceptional and they were professional throughout.", name: "Robert Chen", role: "Homeowner, San Francisco", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Robert Chen"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Commercial Excellence", quote: "Delivered our commercial plaza paving on schedule and within budget. Their attention to detail sets them apart from other contractors.", name: "Maria Rodriguez", role: "Property Manager, Los Angeles", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Maria Rodriguez"},
|
||||
id: "2", title: "Commercial Excellence", quote: "Delivered our commercial plaza paving on schedule and within budget. Their attention to detail sets them apart from other contractors.", name: "Maria Rodriguez", role: "Property Manager, Los Angeles", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Maria Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Heritage Stone Restoration", quote: "Restored our 1920s stone facade perfectly. They understood the historical importance and treated it with care and expertise.", name: "Elizabeth Thompson", role: "Homeowner, Boston", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Elizabeth Thompson"},
|
||||
id: "3", title: "Heritage Stone Restoration", quote: "Restored our 1920s stone facade perfectly. They understood the historical importance and treated it with care and expertise.", name: "Elizabeth Thompson", role: "Homeowner, Boston", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Elizabeth Thompson"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Complete Renovation Success", quote: "From planning to completion, they managed our entire renovation beautifully. Our home is now our favorite place to be.", name: "David Morrison", role: "Homeowner, Seattle", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "David Morrison"},
|
||||
id: "4", title: "Complete Renovation Success", quote: "From planning to completion, they managed our entire renovation beautifully. Our home is now our favorite place to be.", name: "David Morrison", role: "Homeowner, Seattle", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "David Morrison"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -141,11 +153,14 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Mediterranean Villa Terrace", price: "Residential", variant: "Stone Terrace • Landscape Design", imageSrc: "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg?_wi=1", imageAlt: "Mediterranean villa with stone terrace"},
|
||||
id: "1", name: "Mediterranean Villa Terrace", price: "Residential", variant: "Stone Terrace • Landscape Design", imageSrc: "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg?_wi=1", imageAlt: "Mediterranean villa with stone terrace"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Historic Stone Restoration", price: "Commercial", variant: "Stone Care • Heritage Preservation", imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756553.jpg", imageAlt: "Restored historic stone facade"},
|
||||
id: "2", name: "Historic Stone Restoration", price: "Commercial", variant: "Stone Care • Heritage Preservation", imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756553.jpg", imageAlt: "Restored historic stone facade"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Contemporary Patio Design", price: "Residential", variant: "Paving • Modern Architecture", imageSrc: "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg?_wi=2", imageAlt: "Contemporary stone patio"},
|
||||
id: "3", name: "Contemporary Patio Design", price: "Residential", variant: "Paving • Modern Architecture", imageSrc: "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg?_wi=2", imageAlt: "Contemporary stone patio"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user