Merge version_1 into main #3
@@ -63,10 +63,10 @@ export default function LandingPage() {
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{ id: "1", name: "Ritesh Verma", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", imageAlt: "Ritesh Verma" },
|
||||
{ id: "2", name: "Milind Mahakal", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", imageAlt: "Milind Mahakal" },
|
||||
{ id: "3", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", imageAlt: "Priya Sharma" },
|
||||
{ id: "4", name: "Arun Singh", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", imageAlt: "Arun Singh" }
|
||||
{ id: "1", name: "Ritesh Verma", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg?_wi=1", imageAlt: "Ritesh Verma" },
|
||||
{ id: "2", name: "Milind Mahakal", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg?_wi=2", imageAlt: "Milind Mahakal" },
|
||||
{ id: "3", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg?_wi=3", imageAlt: "Priya Sharma" },
|
||||
{ id: "4", name: "Arun Singh", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg?_wi=4", imageAlt: "Arun Singh" }
|
||||
]}
|
||||
cardTitle="Good price, excellent quality, and friendly staff – Trusted by 63+ Customers"
|
||||
cardTag="See our Google reviews"
|
||||
@@ -80,19 +80,19 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Furniture Zone", name: "Bedroom Sets", price: "From ₹25,000", rating: 5,
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg", imageAlt: "Bedroom Sets Collection"
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg?_wi=1", imageAlt: "Bedroom Sets Collection"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Furniture Zone", name: "Sofa Sets", price: "From ₹35,000", rating: 5,
|
||||
reviewCount: "198", imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-4452.jpg", imageAlt: "Sofa Sets Collection"
|
||||
reviewCount: "198", imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-4452.jpg?_wi=1", imageAlt: "Sofa Sets Collection"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Furniture Zone", name: "Dining Sets", price: "From ₹20,000", rating: 5,
|
||||
reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-with-wooden-chairs-placed-hall-decorated-classical-style_140725-8460.jpg", imageAlt: "Dining Sets Collection"
|
||||
reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-with-wooden-chairs-placed-hall-decorated-classical-style_140725-8460.jpg?_wi=1", imageAlt: "Dining Sets Collection"
|
||||
},
|
||||
{
|
||||
id: "4", brand: "Furniture Zone", name: "TV Units", price: "From ₹15,000", rating: 5,
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/marble-wall-living-room-mock-up_43614-920.jpg", imageAlt: "TV Units Collection"
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/marble-wall-living-room-mock-up_43614-920.jpg?_wi=1", imageAlt: "TV Units Collection"
|
||||
},
|
||||
{
|
||||
id: "5", brand: "Furniture Zone", name: "Modular Kitchen", price: "From ₹50,000", rating: 5,
|
||||
@@ -119,16 +119,16 @@ export default function LandingPage() {
|
||||
description="We are Badlapur's most trusted furniture store with 4.8★ rating and 149+ product photos. Experience premium quality, custom designs, and exceptional service."
|
||||
features={[
|
||||
{
|
||||
title: "4.8 Google Rating", description: "Rated 4.8★ by 63+ verified customers on Google. Your satisfaction is our priority.", imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg", imageAlt: "Quality Furniture", buttonIcon: Star
|
||||
title: "4.8 Google Rating", description: "Rated 4.8★ by 63+ verified customers on Google. Your satisfaction is our priority.", imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg?_wi=2", imageAlt: "Quality Furniture", buttonIcon: Star
|
||||
},
|
||||
{
|
||||
title: "Custom-Made Furniture", description: "Get furniture designed exactly to your specifications and space requirements.", imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-4452.jpg", imageAlt: "Custom Design", buttonIcon: Wrench
|
||||
title: "Custom-Made Furniture", description: "Get furniture designed exactly to your specifications and space requirements.", imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-4452.jpg?_wi=2", imageAlt: "Custom Design", buttonIcon: Wrench
|
||||
},
|
||||
{
|
||||
title: "Same-Day Delivery", description: "Fast and reliable delivery service available for Badlapur and nearby areas.", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-with-wooden-chairs-placed-hall-decorated-classical-style_140725-8460.jpg", imageAlt: "Quick Delivery", buttonIcon: Truck
|
||||
title: "Same-Day Delivery", description: "Fast and reliable delivery service available for Badlapur and nearby areas.", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-with-wooden-chairs-placed-hall-decorated-classical-style_140725-8460.jpg?_wi=2", imageAlt: "Quick Delivery", buttonIcon: Truck
|
||||
},
|
||||
{
|
||||
title: "Affordable Pricing", description: "Premium quality furniture at prices that won't break your budget.", imageSrc: "http://img.b2bpic.net/free-photo/marble-wall-living-room-mock-up_43614-920.jpg", imageAlt: "Budget Friendly", buttonIcon: Tag
|
||||
title: "Affordable Pricing", description: "Premium quality furniture at prices that won't break your budget.", imageSrc: "http://img.b2bpic.net/free-photo/marble-wall-living-room-mock-up_43614-920.jpg?_wi=2", imageAlt: "Budget Friendly", buttonIcon: Tag
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user