Update src/app/page.tsx
This commit is contained in:
@@ -67,13 +67,13 @@ export default function LandingPage() {
|
||||
description="Handpicked mattresses engineered for ultimate comfort and durability"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Serenity Plus", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-hotel-room-with-comfortable-bedding-generated-by-ai_188544-17078.jpg", imageAlt: "Serenity Plus mattress"
|
||||
id: "1", name: "Serenity Plus", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-hotel-room-with-comfortable-bedding-generated-by-ai_188544-17078.jpg?_wi=1", imageAlt: "Serenity Plus mattress"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Luxury Cloud", price: "$1,299", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-happy-man-stretching-morning-while-lying-down-bed-with-his-girlfriend_637285-6282.jpg", imageAlt: "Luxury Cloud mattress"
|
||||
id: "2", name: "Luxury Cloud", price: "$1,299", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-happy-man-stretching-morning-while-lying-down-bed-with-his-girlfriend_637285-6282.jpg?_wi=1", imageAlt: "Luxury Cloud mattress"
|
||||
},
|
||||
{
|
||||
id: "3", name: "EcoRest Organic", price: "$1,099", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-practicing-selfcare_23-2150396224.jpg", imageAlt: "EcoRest Organic mattress"
|
||||
id: "3", name: "EcoRest Organic", price: "$1,099", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-practicing-selfcare_23-2150396224.jpg?_wi=1", imageAlt: "EcoRest Organic mattress"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -118,13 +118,13 @@ export default function LandingPage() {
|
||||
description="Discover what sets our mattresses apart from the rest"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Sleep Science", description: "Engineered using advanced sleep research and ergonomic principles to optimize your rest and recovery.", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-hotel-room-with-comfortable-bedding-generated-by-ai_188544-17078.jpg", imageAlt: "Sleep science technology"
|
||||
id: "1", title: "Sleep Science", description: "Engineered using advanced sleep research and ergonomic principles to optimize your rest and recovery.", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-hotel-room-with-comfortable-bedding-generated-by-ai_188544-17078.jpg?_wi=2", imageAlt: "Sleep science technology"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Eco Conscious", description: "Sustainably sourced materials and environmentally responsible manufacturing for a better planet.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-practicing-selfcare_23-2150396224.jpg", imageAlt: "Eco-friendly production"
|
||||
id: "2", title: "Eco Conscious", description: "Sustainably sourced materials and environmentally responsible manufacturing for a better planet.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-practicing-selfcare_23-2150396224.jpg?_wi=2", imageAlt: "Eco-friendly production"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Tested Comfort", description: "Rigorous testing ensures every mattress meets our stringent comfort and durability standards.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-happy-man-stretching-morning-while-lying-down-bed-with-his-girlfriend_637285-6282.jpg", imageAlt: "Quality testing process"
|
||||
id: "3", title: "Tested Comfort", description: "Rigorous testing ensures every mattress meets our stringent comfort and durability standards.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-happy-man-stretching-morning-while-lying-down-bed-with-his-girlfriend_637285-6282.jpg?_wi=2", imageAlt: "Quality testing process"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -181,7 +181,7 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Chen", role: "CEO", company: "Tech Innovations", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sarah Chen"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Sarah Chen"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marcus Johnson", role: "Entrepreneur", company: "StartUp Labs", rating: 5,
|
||||
@@ -189,7 +189,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", role: "Designer", company: "Creative Studio", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Emily Rodriguez"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Emily Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Kim", role: "Wellness Coach", company: "Health First", rating: 5,
|
||||
|
||||
Reference in New Issue
Block a user