Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-04 14:11:18 +00:00
2 changed files with 5 additions and 3 deletions

View File

@@ -1424,4 +1424,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -9,6 +9,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import ContactText from "@/components/sections/contact/ContactText";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Tag as TagIcon } from "lucide-react";
export default function LandingPage() {
return (
@@ -57,7 +58,8 @@ export default function LandingPage() {
<ProductCardOne
title="Our Premium Collection"
description="Browse our wide range of high-quality granite and tile products. Sourced from the finest suppliers to ensure durability and aesthetic appeal."
tag="Featured Products"
tag="Bulk Orders Welcome - Special Discounts Available"
tagIcon={TagIcon}
products={[
{
id: "1", name: "Black Granite Premium", price: "₹450/sq ft", imageSrc: "http://img.b2bpic.net/free-photo/blackboard-stone_1194-5952.jpg?_wi=1", imageAlt: "Black granite premium quality"
@@ -219,4 +221,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}