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
@@ -78,13 +78,13 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Luxe Furniture", name: "Scandinavian Accent Chair", price: "$599.00", rating: 5,
|
||||
reviewCount: "127", imageSrc: "http://img.b2bpic.net/free-photo/sunny-corner-with-modern-leather-armchair_23-2152031756.jpg", imageAlt: "Scandinavian accent chair in natural wood"},
|
||||
reviewCount: "127", imageSrc: "http://img.b2bpic.net/free-photo/sunny-corner-with-modern-leather-armchair_23-2152031756.jpg?_wi=1", imageAlt: "Scandinavian accent chair in natural wood"},
|
||||
{
|
||||
id: "2", brand: "Luxe Furniture", name: "Modern Sectional Sofa", price: "$1,899.00", rating: 5,
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/stylish-christmas-tree-new-years-interior-beautiful-decor-house_132075-14630.jpg", imageAlt: "Modern L-shaped sectional sofa in gray"},
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/stylish-christmas-tree-new-years-interior-beautiful-decor-house_132075-14630.jpg?_wi=1", imageAlt: "Modern L-shaped sectional sofa in gray"},
|
||||
{
|
||||
id: "3", brand: "Luxe Furniture", name: "Walnut Dining Set", price: "$1,299.00", rating: 5,
|
||||
reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/interior-dinner-new-modern-indoor_1122-2075.jpg", imageAlt: "Contemporary walnut dining table with chairs"},
|
||||
reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/interior-dinner-new-modern-indoor_1122-2075.jpg?_wi=1", imageAlt: "Contemporary walnut dining table with chairs"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -122,23 +122,23 @@ export default function LandingPage() {
|
||||
{
|
||||
id: 1,
|
||||
title: "Sustainable Materials", description: "All our furniture is crafted from responsibly sourced, sustainable materials that are both beautiful and environmentally conscious.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sunny-corner-with-modern-leather-armchair_23-2152031756.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sunny-corner-with-modern-leather-armchair_23-2152031756.jpg?_wi=2"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-christmas-tree-new-years-interior-beautiful-decor-house_132075-14630.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-christmas-tree-new-years-interior-beautiful-decor-house_132075-14630.jpg?_wi=2"},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Expert Craftsmanship", description: "Each piece is handcrafted by skilled artisans with decades of experience in fine furniture making and design.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-christmas-tree-new-years-interior-beautiful-decor-house_132075-14630.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-christmas-tree-new-years-interior-beautiful-decor-house_132075-14630.jpg?_wi=3"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-dinner-new-modern-indoor_1122-2075.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-dinner-new-modern-indoor_1122-2075.jpg?_wi=2"},
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Lifetime Warranty", description: "We stand behind our quality with a comprehensive lifetime warranty on all structural components and craftsmanship.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-dinner-new-modern-indoor_1122-2075.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-dinner-new-modern-indoor_1122-2075.jpg?_wi=3"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sunny-corner-with-modern-leather-armchair_23-2152031756.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sunny-corner-with-modern-leather-armchair_23-2152031756.jpg?_wi=3"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
|
||||
Reference in New Issue
Block a user