Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e5865d02c1 | |||
| 0b373b88ec | |||
| d1cffc12d7 | |||
| 19dff1ec4c | |||
| 3e557a996c |
@@ -1424,4 +1424,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user