Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-07 18:26:24 +00:00
2 changed files with 1377 additions and 10 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -105,27 +105,27 @@ export default function LandingPage() {
{
id: "1", brand: "Comfort Sleep Co", name: "Premium Memory Foam", price: "Starting at $599", rating: 5,
reviewCount: "287", imageSrc:
"http://img.b2bpic.net/free-photo/elevated-view-smiling-girls-lying-bed-looking-camera_23-2148080316.jpg", imageAlt: "Premium memory foam mattress"},
"http://img.b2bpic.net/free-photo/elevated-view-smiling-girls-lying-bed-looking-camera_23-2148080316.jpg?_wi=1", imageAlt: "Premium memory foam mattress"},
{
id: "2", brand: "DreamSupport", name: "Hybrid Luxury Series", price: "Starting at $799", rating: 5,
reviewCount: "165", imageSrc:
"http://img.b2bpic.net/free-photo/white-pillows-stacked_1203-1329.jpg", imageAlt: "Luxury hybrid mattress with springs and foam"},
"http://img.b2bpic.net/free-photo/white-pillows-stacked_1203-1329.jpg?_wi=1", imageAlt: "Luxury hybrid mattress with springs and foam"},
{
id: "3", brand: "HealthSupport", name: "Orthopedic Support", price: "Starting at $649", rating: 5,
reviewCount: "213", imageSrc:
"http://img.b2bpic.net/free-photo/tired-man-sleeping-floor_23-2148563373.jpg", imageAlt: "Orthopedic support mattress for back pain relief"},
"http://img.b2bpic.net/free-photo/tired-man-sleeping-floor_23-2148563373.jpg?_wi=1", imageAlt: "Orthopedic support mattress for back pain relief"},
{
id: "4", brand: "BudgetComfort", name: "Affordable Comfort", price: "Starting at $399", rating: 4,
reviewCount: "156", imageSrc:
"http://img.b2bpic.net/free-photo/elevated-view-smiling-girls-lying-bed-looking-camera_23-2148080316.jpg", imageAlt: "Budget-friendly comfortable mattress"},
"http://img.b2bpic.net/free-photo/elevated-view-smiling-girls-lying-bed-looking-camera_23-2148080316.jpg?_wi=2", imageAlt: "Budget-friendly comfortable mattress"},
{
id: "5", brand: "PremiumLux", name: "Executive Prestige", price: "Starting at $1,299", rating: 5,
reviewCount: "98", imageSrc:
"http://img.b2bpic.net/free-photo/white-pillows-stacked_1203-1329.jpg", imageAlt: "Premium executive mattress"},
"http://img.b2bpic.net/free-photo/white-pillows-stacked_1203-1329.jpg?_wi=2", imageAlt: "Premium executive mattress"},
{
id: "6", brand: "ThermoControl", name: "Cooling Gel Memory", price: "Starting at $699", rating: 5,
reviewCount: "134", imageSrc:
"http://img.b2bpic.net/free-photo/tired-man-sleeping-floor_23-2148563373.jpg", imageAlt: "Cooling gel memory foam mattress"},
"http://img.b2bpic.net/free-photo/tired-man-sleeping-floor_23-2148563373.jpg?_wi=2", imageAlt: "Cooling gel memory foam mattress"},
]}
/>
</div>
@@ -159,11 +159,11 @@ export default function LandingPage() {
{
id: "1", title: "Finally sleeping through the night", quote:
"I was skeptical about the ortho mattress, but the team let me try it in-store for an hour. After just one night at home, I could tell it was different. Best purchase we've made.", name: "Sarah Mitchell", role: "Homeowner", imageSrc:
"http://img.b2bpic.net/free-photo/business-woman-portrait_93675-133097.jpg", imageAlt: "Sarah Mitchell"},
"http://img.b2bpic.net/free-photo/business-woman-portrait_93675-133097.jpg?_wi=1", imageAlt: "Sarah Mitchell"},
{
id: "2", title: "Professional and honest service", quote:
"They didn't push me to buy the most expensive option. The consultant actually listened to my needs and recommended a mid-range mattress. Four months later, couldn't be happier.", name: "Michael Chen", role: "Business Owner", imageSrc:
"http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2149271087.jpg", imageAlt: "Michael Chen"},
"http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2149271087.jpg?_wi=1", imageAlt: "Michael Chen"},
{
id: "3", title: "Delivery and setup was flawless", quote:
"Same-day delivery? Yes please. They came when they said they would, set everything up perfectly, and even hauled away our old mattress. Couldn't ask for better service.", name: "Jennifer Adams", role: "Young Professional", imageSrc:
@@ -175,11 +175,11 @@ export default function LandingPage() {
{
id: "5", title: "My back pain is gone", quote:
"Within a week of using the orthopedic mattress, my morning back pain disappeared. I've recommended this shop to everyone I know. Thank you for changing my sleep.", name: "Maria Santos", role: "Healthcare Worker", imageSrc:
"http://img.b2bpic.net/free-photo/business-woman-portrait_93675-133097.jpg", imageAlt: "Maria Santos"},
"http://img.b2bpic.net/free-photo/business-woman-portrait_93675-133097.jpg?_wi=2", imageAlt: "Maria Santos"},
{
id: "6", title: "Worth every penny", quote:
"We invested in the premium hybrid mattress and have never slept better. The comfort, support, and durability are unmatched. The team's advice was invaluable.", name: "Thomas Williams", role: "Executive", imageSrc:
"http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2149271087.jpg", imageAlt: "Thomas Williams"},
"http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2149271087.jpg?_wi=2", imageAlt: "Thomas Williams"},
]}
/>
</div>