5 Commits

Author SHA1 Message Date
e5865d02c1 Update src/app/page.tsx 2026-03-04 14:11:13 +00:00
0b373b88ec Update src/app/layout.tsx 2026-03-04 14:11:12 +00:00
d1cffc12d7 Merge version_2 into main
Merge version_2 into main
2026-03-04 14:07:50 +00:00
19dff1ec4c Update src/app/page.tsx 2026-03-04 14:07:46 +00:00
3e557a996c Merge version_1 into main
Merge version_1 into main
2026-03-04 14:02:07 +00:00
2 changed files with 6 additions and 4 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"
@@ -89,7 +91,7 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureCardThree
title="Why Choose Aadesh Tiles"
description="We deliver excellence in every tile and slab. Trusted by contractors, architects, and homeowners across Nagpur and beyond."
description="We deliver excellence in every tile and slab. 10+ Years Serving Nagpur | 500+ Satisfied Customers | 99% On-Time Delivery. Trusted by contractors, architects, and homeowners across Nagpur and beyond."
tag="Our Strengths"
features={[
{
@@ -219,4 +221,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}