Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -55,13 +55,13 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Rajesh Kumar", handle: "Homeowner, Mumbai", testimonial: "Wonderful experience. Better quality, warranty, and long-life furniture compared to local stores.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-black-suit-makes-positive-sign_114579-18986.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-black-suit-makes-positive-sign_114579-18986.jpg?_wi=1"},
|
||||
{
|
||||
name: "Priya Sharma", handle: "Interior Designer", testimonial: "Very nice collection. Staff is friendly and helpful. Would love to visit again.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-joyful-bearded-guy-posing-indoors_74855-2696.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-joyful-bearded-guy-posing-indoors_74855-2696.jpg?_wi=1"},
|
||||
{
|
||||
name: "Amit Patel", handle: "Business Owner", testimonial: "Outstanding quality and exceptional service. Highly recommend Nilkamal Homes.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-intern-starting-her-career_1262-17047.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-intern-starting-her-career_1262-17047.jpg?_wi=1"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
@@ -84,13 +84,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Premium Quality", description: "Durable furniture crafted with attention to detail and long-lasting materials that stand the test of time.", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-still-life-with-cup-tea-pumpkins-candles-details-autumn-decor-table-blurred-background_169016-14051.jpg"},
|
||||
title: "Premium Quality", description: "Durable furniture crafted with attention to detail and long-lasting materials that stand the test of time.", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-still-life-with-cup-tea-pumpkins-candles-details-autumn-decor-table-blurred-background_169016-14051.jpg?_wi=1"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Assured Warranty", description: "Furniture that comes with trusted warranty and reliable after-sales support for your peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/bed-with-nightstand-pendant-lamp-showroom-styled-bedroom_169016-71049.jpg"},
|
||||
title: "Assured Warranty", description: "Furniture that comes with trusted warranty and reliable after-sales support for your peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/bed-with-nightstand-pendant-lamp-showroom-styled-bedroom_169016-71049.jpg?_wi=1"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Friendly Experts", description: "Our experienced team ensures you find the perfect furniture that matches your style and budget perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-2070.jpg"},
|
||||
title: "Friendly Experts", description: "Our experienced team ensures you find the perfect furniture that matches your style and budget perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-2070.jpg?_wi=1"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -109,13 +109,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "living-room", name: "Living Room Collection", price: "Starting from ₹25,000", variant: "Sofas, Tables & TV Units", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-still-life-with-cup-tea-pumpkins-candles-details-autumn-decor-table-blurred-background_169016-14051.jpg", imageAlt: "Living room furniture collection"},
|
||||
id: "living-room", name: "Living Room Collection", price: "Starting from ₹25,000", variant: "Sofas, Tables & TV Units", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-still-life-with-cup-tea-pumpkins-candles-details-autumn-decor-table-blurred-background_169016-14051.jpg?_wi=2", imageAlt: "Living room furniture collection"},
|
||||
{
|
||||
id: "bedroom", name: "Bedroom Collection", price: "Starting from ₹35,000", variant: "Beds, Wardrobes & Storage", imageSrc: "http://img.b2bpic.net/free-photo/bed-with-nightstand-pendant-lamp-showroom-styled-bedroom_169016-71049.jpg", imageAlt: "Bedroom furniture collection"},
|
||||
id: "bedroom", name: "Bedroom Collection", price: "Starting from ₹35,000", variant: "Beds, Wardrobes & Storage", imageSrc: "http://img.b2bpic.net/free-photo/bed-with-nightstand-pendant-lamp-showroom-styled-bedroom_169016-71049.jpg?_wi=2", imageAlt: "Bedroom furniture collection"},
|
||||
{
|
||||
id: "dining", name: "Dining Collection", price: "Starting from ₹20,000", variant: "Tables, Chairs & Sets", imageSrc: "http://img.b2bpic.net/free-photo/table-with-white-servant_140725-6421.jpg", imageAlt: "Dining furniture collection"},
|
||||
{
|
||||
id: "office", name: "Office Furniture", price: "Starting from ₹8,000", variant: "Desks, Chairs & Storage", imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-2070.jpg", imageAlt: "Office furniture collection"},
|
||||
id: "office", name: "Office Furniture", price: "Starting from ₹8,000", variant: "Desks, Chairs & Storage", imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-2070.jpg?_wi=2", imageAlt: "Office furniture collection"},
|
||||
]}
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
@@ -133,13 +133,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Rajesh Kumar", role: "Homeowner", testimonial: "Wonderful experience. Instead of buying from a local store, increasing your budget a little gives you better quality, warranty, and long-life furniture.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-black-suit-makes-positive-sign_114579-18986.jpg", icon: Heart,
|
||||
id: "1", name: "Rajesh Kumar", role: "Homeowner", testimonial: "Wonderful experience. Instead of buying from a local store, increasing your budget a little gives you better quality, warranty, and long-life furniture.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-black-suit-makes-positive-sign_114579-18986.jpg?_wi=2", icon: Heart,
|
||||
},
|
||||
{
|
||||
id: "2", name: "Priya Sharma", role: "Interior Designer", testimonial: "Very nice collection. Staff is friendly and helpful. Would love to visit again.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-joyful-bearded-guy-posing-indoors_74855-2696.jpg", icon: Heart,
|
||||
id: "2", name: "Priya Sharma", role: "Interior Designer", testimonial: "Very nice collection. Staff is friendly and helpful. Would love to visit again.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-joyful-bearded-guy-posing-indoors_74855-2696.jpg?_wi=2", icon: Heart,
|
||||
},
|
||||
{
|
||||
id: "3", name: "Amit Patel", role: "Business Owner", testimonial: "Outstanding quality and exceptional service. The team went above and beyond to help me find the perfect pieces.", imageSrc: "http://img.b2bpic.net/free-photo/happy-intern-starting-her-career_1262-17047.jpg", icon: Heart,
|
||||
id: "3", name: "Amit Patel", role: "Business Owner", testimonial: "Outstanding quality and exceptional service. The team went above and beyond to help me find the perfect pieces.", imageSrc: "http://img.b2bpic.net/free-photo/happy-intern-starting-her-career_1262-17047.jpg?_wi=2", icon: Heart,
|
||||
},
|
||||
{
|
||||
id: "4", name: "Neha Desai", role: "Architect", testimonial: "Professional team, premium collection, and outstanding after-sales support. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1569.jpg", icon: Heart,
|
||||
|
||||
Reference in New Issue
Block a user