Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 47d9b6905b | |||
| fa5a0a1617 | |||
| 7cd003c522 | |||
| 49f1145c49 |
@@ -68,13 +68,13 @@ export default function LandingPage() {
|
|||||||
tag="New Collection"
|
tag="New Collection"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Classic Wood Burning", price: "$2,499", imageSrc: "http://img.b2bpic.net/free-photo/cozy-living-room-with-fireplace-christmas-tree_1303-12552.jpg", imageAlt: "Traditional wood burning fireplace"
|
id: "1", name: "Classic Wood Burning - 10-Year Warranty", price: "$2,499", imageSrc: "http://img.b2bpic.net/free-photo/cozy-living-room-with-fireplace-christmas-tree_1303-12552.jpg", imageAlt: "Traditional wood burning fireplace"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Modern Gas Insert", price: "$3,299", imageSrc: "http://img.b2bpic.net/free-photo/close-up-minimalist-fireplace-sofa_23-2148238607.jpg", imageAlt: "Contemporary gas fireplace insert"
|
id: "2", name: "Modern Gas Insert - ⭐ 4.9/5", price: "$3,299", imageSrc: "http://img.b2bpic.net/free-photo/close-up-minimalist-fireplace-sofa_23-2148238607.jpg", imageAlt: "Contemporary gas fireplace insert"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Electric Wall Mount", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-light-lamp-design_23-2151037583.jpg", imageAlt: "Modern electric wall-mounted fireplace"
|
id: "3", name: "Electric Wall Mount - 5-Year Warranty", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-light-lamp-design_23-2151037583.jpg", imageAlt: "Modern electric wall-mounted fireplace"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
@@ -138,11 +138,11 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
tag="Get In Touch"
|
tag="Get In Touch"
|
||||||
title="Ready to Transform Your Space?"
|
title="Ready to Transform Your Space?"
|
||||||
description="Subscribe to our newsletter for fireplace inspiration, maintenance tips, and exclusive offers. Or reach out directly to schedule a consultation."
|
description="Schedule a consultation with our fireplace experts to find the perfect solution for your home. Get personalized recommendations and exclusive pricing for qualified consultations."
|
||||||
background={{ variant: "rotated-rays-animated-grid" }}
|
background={{ variant: "rotated-rays-animated-grid" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
inputPlaceholder="Enter your email"
|
inputPlaceholder="Enter your email"
|
||||||
buttonText="Subscribe"
|
buttonText="Schedule Consultation"
|
||||||
termsText="We respect your privacy. Unsubscribe anytime."
|
termsText="We respect your privacy. Unsubscribe anytime."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user