Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8bad32c63e | |||
| aef6dcdc1e | |||
| ecf5e1fb38 | |||
| 428291bce2 | |||
| 28e5e8c1ba |
@@ -125,17 +125,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Mid-Century Armchair", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178353.jpg"},
|
||||
id: "p1", name: "Mid-Century Armchair", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178353.jpg", priceButtonProps: { text: "View Details" }},
|
||||
{
|
||||
id: "p2", name: "Oak Dining Table", price: "$1,499", imageSrc: "http://img.b2bpic.net/free-photo/mid-century-modern-dining-room-with-wooden-furniture_23-2152001396.jpg"},
|
||||
id: "p2", name: "Oak Dining Table", price: "$1,499", imageSrc: "http://img.b2bpic.net/free-photo/mid-century-modern-dining-room-with-wooden-furniture_23-2152001396.jpg", priceButtonProps: { text: "View Details" }},
|
||||
{
|
||||
id: "p3", name: "Velvet Sofa", price: "$2,299", imageSrc: "http://img.b2bpic.net/free-photo/isolated-confident-serious-young-man-with-trimmed-mustache-thick-beard-sitting-yellow-armchair-keeping-arms-folded-expressing-negativity-reluctancy-dissatisfaction_343059-1661.jpg"},
|
||||
id: "p3", name: "Velvet Sofa", price: "$2,299", imageSrc: "http://img.b2bpic.net/free-photo/isolated-confident-serious-young-man-with-trimmed-mustache-thick-beard-sitting-yellow-armchair-keeping-arms-folded-expressing-negativity-reluctancy-dissatisfaction_343059-1661.jpg", priceButtonProps: { text: "View Details" }},
|
||||
{
|
||||
id: "p4", name: "Minimalist Coffee Table", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/view-room-decor-made-up-frame-plates_23-2149308905.jpg"},
|
||||
id: "p4", name: "Minimalist Coffee Table", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/view-room-decor-made-up-frame-plates_23-2149308905.jpg", priceButtonProps: { text: "View Details" }},
|
||||
{
|
||||
id: "p5", name: "Linen Bed Frame", price: "$1,299", imageSrc: "http://img.b2bpic.net/free-photo/still-life-shoe-rack-indoors_23-2150960708.jpg"},
|
||||
id: "p5", name: "Linen Bed Frame", price: "$1,299", imageSrc: "http://img.b2bpic.net/free-photo/still-life-shoe-rack-indoors_23-2150960708.jpg", priceButtonProps: { text: "View Details" }},
|
||||
{
|
||||
id: "p6", name: "Walnut Dresser", price: "$950", imageSrc: "http://img.b2bpic.net/free-photo/home-entryway-with-modern-furnishing-design_23-2150791108.jpg"},
|
||||
id: "p6", name: "Walnut Dresser", price: "$950", imageSrc: "http://img.b2bpic.net/free-photo/home-entryway-with-modern-furnishing-design_23-2150791108.jpg", priceButtonProps: { text: "View Details" }},
|
||||
]}
|
||||
title="Our Collection"
|
||||
description="Browse our latest arrivals in premium furniture."
|
||||
@@ -225,6 +225,9 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "q3", title: "Do you offer financing?", content: "Yes, we have 0% APR financing options available at checkout."},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Get in Touch", href: "#contact" }
|
||||
]}
|
||||
title="Frequently Asked"
|
||||
description="Common questions about our services and products."
|
||||
faqsAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user