Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-18 08:34:08 +00:00

View File

@@ -86,6 +86,7 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
title="Signature Indian Kitchen Styles"
description="Elevate your cooking experience with our latest modular kitchen collections."
useInvertedBackground={false}
products={[
{ id: "p1", name: "Spices & Stone Island", price: "₹1,50,000", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-served-banana-leaf_23-2148674261.jpg" },
{ id: "p2", name: "Traditional Wood Finish", price: "₹95,000", imageSrc: "http://img.b2bpic.net/free-photo/indian-food-thali-top-view_23-2148766150.jpg" }
@@ -100,6 +101,7 @@ export default function LandingPage() {
textboxLayout="split"
title="Client Success Stories"
description="Loved by families across Guntur who value the marriage of tradition and design."
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Sunita V", handle: "@sunita_kitchen", testimonial: "Finally, a kitchen that handles the chaos of Indian cooking beautifully!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-cooking-indian-food_23-2148674261.jpg" }
]}
@@ -111,6 +113,8 @@ export default function LandingPage() {
names={["Guntur Spice Co", "Andhra Kitchenware", "Heritage Woodcraft", "Royal Spices"]}
title="Proudly Partnering with Local Legends"
description="We collaborate with the best names in the industry to ensure quality in every detail."
textboxLayout="split"
useInvertedBackground={false}
/>
</div>
@@ -124,6 +128,8 @@ export default function LandingPage() {
description="Your questions, answered with precision."
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-indian-dishes-table_23-2148766150.jpg"
faqsAnimation="slide-up"
textboxLayout="split"
useInvertedBackground={false}
/>
</div>
@@ -132,6 +138,7 @@ export default function LandingPage() {
text="Bring the soul of your kitchen to life today."
background={{ variant: "radial-gradient" }}
buttons={[{ text: "Start Now", href: "tel:+919999999999" }]}
useInvertedBackground={false}
/>
</div>