|
|
|
|
@@ -2,16 +2,15 @@
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
|
|
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
|
|
|
|
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
|
|
|
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
|
|
|
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
|
|
|
|
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
|
|
|
|
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
|
|
|
|
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
|
|
|
|
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
|
|
|
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
|
|
|
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
|
|
|
|
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
|
|
|
|
import { Award, CheckCircle, Shield } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -52,7 +51,7 @@ export default function LandingPage() {
|
|
|
|
|
{
|
|
|
|
|
text: "Explore Catalog", href: "#catalog"},
|
|
|
|
|
]}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/marble-wall-texture_23-2148132262.jpg"
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/marble-wall-texture_23-2148132262.jpg?_wi=1"
|
|
|
|
|
imageAlt="Premium architectural stone textures"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -113,7 +112,7 @@ export default function LandingPage() {
|
|
|
|
|
reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/modern-terrazzo-surface-with-varied-stone-fragments_84443-73745.jpg"},
|
|
|
|
|
{
|
|
|
|
|
id: "p4", brand: "Profistone", name: "Slate Slate", price: "$70/sqft", rating: 5,
|
|
|
|
|
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/colorful-stones-wooden-board-concrete_114579-25177.jpg"},
|
|
|
|
|
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/colorful-stones-wooden-board-concrete_114579-25177.jpg?_wi=1"},
|
|
|
|
|
{
|
|
|
|
|
id: "p5", brand: "Profistone", name: "Quartzite Premium", price: "$210/sqft", rating: 5,
|
|
|
|
|
reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/wall-with-cracks_1154-582.jpg"},
|
|
|
|
|
@@ -149,65 +148,56 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
|
|
|
<MetricCardThree
|
|
|
|
|
animationType="depth-3d"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
metrics={[
|
|
|
|
|
{
|
|
|
|
|
id: "m1", icon: CheckCircle,
|
|
|
|
|
title: "Projects Completed", value: "500+"},
|
|
|
|
|
{
|
|
|
|
|
id: "m2", icon: Award,
|
|
|
|
|
title: "Years Experience", value: "20+"},
|
|
|
|
|
{
|
|
|
|
|
id: "m3", icon: Shield,
|
|
|
|
|
title: "Happy Clients", value: "450+"},
|
|
|
|
|
]}
|
|
|
|
|
<MetricCardEleven
|
|
|
|
|
animationType="blur-reveal"
|
|
|
|
|
title="Our Achievements"
|
|
|
|
|
description="Solid facts backing our stone masonry expertise."
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
metrics={[
|
|
|
|
|
{
|
|
|
|
|
id: "m1", title: "Projects Completed", value: "500+", description: "Hand-crafted stone installations globally", imageSrc: "http://img.b2bpic.net/free-photo/marble-wall-texture_23-2148132262.jpg?_wi=2"},
|
|
|
|
|
{
|
|
|
|
|
id: "m2", title: "Years Experience", value: "20+", description: "Decades of professional dedication", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-stonecutter_268835-4727.jpg"},
|
|
|
|
|
{
|
|
|
|
|
id: "m3", title: "Happy Clients", value: "450+", description: "Satisfied residential and commercial partners", imageSrc: "http://img.b2bpic.net/free-photo/colorful-stones-wooden-board-concrete_114579-25177.jpg?_wi=2"},
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactSplit
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
background={{
|
|
|
|
|
variant: "sparkles-gradient"}}
|
|
|
|
|
tag="Consultation"
|
|
|
|
|
<ContactCTA
|
|
|
|
|
tag="Contact"
|
|
|
|
|
title="Start Your Project"
|
|
|
|
|
description="Let's turn your vision into a stone-clad reality."
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/abstract-background-with-copy-space_1194-638717.jpg"
|
|
|
|
|
description="Ready to begin your stone transformation? Let's talk about your requirements today."
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Get a Quote", href: "#" }
|
|
|
|
|
]}
|
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterMedia
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/detail-urban-stairs_23-2148107131.jpg"
|
|
|
|
|
<FooterBaseCard
|
|
|
|
|
logoText="Profistone"
|
|
|
|
|
columns={[
|
|
|
|
|
{
|
|
|
|
|
title: "Company", items: [
|
|
|
|
|
{
|
|
|
|
|
label: "About", href: "#about"},
|
|
|
|
|
{
|
|
|
|
|
label: "Careers", href: "#"},
|
|
|
|
|
{ label: "About", href: "#about" },
|
|
|
|
|
{ label: "Careers", href: "#" },
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Resources", items: [
|
|
|
|
|
{
|
|
|
|
|
label: "Blog", href: "#"},
|
|
|
|
|
{
|
|
|
|
|
label: "Support", href: "#"},
|
|
|
|
|
{ label: "Blog", href: "#" },
|
|
|
|
|
{ label: "Support", href: "#" },
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Legal", items: [
|
|
|
|
|
{
|
|
|
|
|
label: "Privacy", href: "#"},
|
|
|
|
|
{
|
|
|
|
|
label: "Terms", href: "#"},
|
|
|
|
|
{ label: "Privacy", href: "#" },
|
|
|
|
|
{ label: "Terms", href: "#" },
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
@@ -216,4 +206,4 @@ export default function LandingPage() {
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|