Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -52,12 +52,12 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/apartment-relax-sofa-residential-furniture_1203-4096.jpg", imageAlt: "luxury modern sofa dark wood leather" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-green-leaf-minimalist-chair_23-2149678906.jpg", imageAlt: "designer accent chair modern luxury" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-with-wooden-chairs-placed-hall-decorated-classical-style_140725-8460.jpg", imageAlt: "marble coffee table luxury minimalist" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/women-cooking-together-home_23-2149028678.jpg", imageAlt: "luxury storage cabinet mid-century" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/bench-park_1187-2312.jpg", imageAlt: "designer bench seating luxury" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/apartment-relax-sofa-residential-furniture_1203-4096.jpg", imageAlt: "luxury modern sofa dark wood leather" }
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/apartment-relax-sofa-residential-furniture_1203-4096.jpg?_wi=1", imageAlt: "luxury modern sofa dark wood leather" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-green-leaf-minimalist-chair_23-2149678906.jpg?_wi=1", imageAlt: "designer accent chair modern luxury" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-with-wooden-chairs-placed-hall-decorated-classical-style_140725-8460.jpg?_wi=1", imageAlt: "marble coffee table luxury minimalist" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/women-cooking-together-home_23-2149028678.jpg?_wi=1", imageAlt: "luxury storage cabinet mid-century" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/bench-park_1187-2312.jpg?_wi=1", imageAlt: "designer bench seating luxury" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/apartment-relax-sofa-residential-furniture_1203-4096.jpg?_wi=2", imageAlt: "luxury modern sofa dark wood leather" }
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -102,16 +102,16 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "The Meridian Lounge", price: "$8,500", variant: "Deep Charcoal • Brushed Gold Hardware", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-green-leaf-minimalist-chair_23-2149678906.jpg", imageAlt: "The Meridian Lounge Chair"
|
||||
id: "1", name: "The Meridian Lounge", price: "$8,500", variant: "Deep Charcoal • Brushed Gold Hardware", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-green-leaf-minimalist-chair_23-2149678906.jpg?_wi=2", imageAlt: "The Meridian Lounge Chair"
|
||||
},
|
||||
{
|
||||
id: "2", name: "The Noir Marble Table", price: "$3,200", variant: "Nero Marquina • Walnut Base", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-with-wooden-chairs-placed-hall-decorated-classical-style_140725-8460.jpg", imageAlt: "The Noir Marble Table"
|
||||
id: "2", name: "The Noir Marble Table", price: "$3,200", variant: "Nero Marquina • Walnut Base", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-with-wooden-chairs-placed-hall-decorated-classical-style_140725-8460.jpg?_wi=2", imageAlt: "The Noir Marble Table"
|
||||
},
|
||||
{
|
||||
id: "3", name: "The Heirloom Cabinet", price: "$5,900", variant: "Hand-Finished Oak • Brass Details", imageSrc: "http://img.b2bpic.net/free-photo/women-cooking-together-home_23-2149028678.jpg", imageAlt: "The Heirloom Cabinet"
|
||||
id: "3", name: "The Heirloom Cabinet", price: "$5,900", variant: "Hand-Finished Oak • Brass Details", imageSrc: "http://img.b2bpic.net/free-photo/women-cooking-together-home_23-2149028678.jpg?_wi=2", imageAlt: "The Heirloom Cabinet"
|
||||
},
|
||||
{
|
||||
id: "4", name: "The Statement Bench", price: "$2,800", variant: "Cognac Leather • Walnut Frame", imageSrc: "http://img.b2bpic.net/free-photo/bench-park_1187-2312.jpg", imageAlt: "The Statement Bench"
|
||||
id: "4", name: "The Statement Bench", price: "$2,800", variant: "Cognac Leather • Walnut Frame", imageSrc: "http://img.b2bpic.net/free-photo/bench-park_1187-2312.jpg?_wi=2", imageAlt: "The Statement Bench"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user