12 Commits

Author SHA1 Message Date
8ffecaf621 Merge version_4 into main
Merge version_4 into main
2026-05-11 15:41:16 +00:00
e5f74e4b3a Update src/app/page.tsx 2026-05-11 15:41:12 +00:00
3ac0c40a35 Merge version_3 into main
Merge version_3 into main
2026-05-11 15:37:27 +00:00
a54aa5bd70 Update src/app/page.tsx 2026-05-11 15:37:21 +00:00
254e1434d7 Merge version_2 into main
Merge version_2 into main
2026-05-11 15:35:41 +00:00
cb37248286 Update src/app/page.tsx 2026-05-11 15:35:38 +00:00
a7b888fffa Merge version_2 into main
Merge version_2 into main
2026-05-11 15:35:17 +00:00
3c6ed5a82b Update src/app/page.tsx 2026-05-11 15:35:14 +00:00
d0f710c879 Merge version_2 into main
Merge version_2 into main
2026-05-11 15:34:48 +00:00
4549d061c0 Update src/app/styles/variables.css 2026-05-11 15:34:45 +00:00
720dc40078 Update src/app/page.tsx 2026-05-11 15:34:45 +00:00
8ae2895956 Merge version_1 into main
Merge version_1 into main
2026-05-11 15:33:43 +00:00
2 changed files with 40 additions and 50 deletions

View File

@@ -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: "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"},
{
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"},
]}
/>
</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>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #1f7cff;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #010101;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #ffffff;
--accent: #1f7cff;
--background-accent: #f96b2f;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);