Update src/app/page.tsx

This commit is contained in:
2026-03-06 08:58:50 +00:00
parent cde29b6bda
commit 3b4b0803cc

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>
);
}
}