Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-06 08:58:54 +00:00
2 changed files with 9 additions and 2 deletions

View File

@@ -1424,4 +1424,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -55,6 +55,13 @@ export default function LandingPage() {
{ text: "Shop Mattresses Now", href: "#products" },
{ text: "Learn More", href: "#about" }
]}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg", alt: "Customer 2" },
{ src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", alt: "Customer 3" },
{ src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg", alt: "Customer 4" }
]}
avatarText="Trusted by 50K+ customers"
imageSrc="http://img.b2bpic.net/free-photo/relaxed-woman-lying-with-eyes-closed-bed_1163-5158.jpg"
imageAlt="Premium mattress in serene bedroom setting"
imagePosition="right"
@@ -296,4 +303,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}