5 Commits

Author SHA1 Message Date
35420d1f4a Update src/app/page.tsx 2026-04-21 10:02:53 +00:00
eb28df9b6c Merge version_2 into main
Merge version_2 into main
2026-04-21 10:00:33 +00:00
59d13c2bb6 Update src/app/page.tsx 2026-04-21 10:00:27 +00:00
6bc661e7c0 Merge version_1 into main
Merge version_1 into main
2026-04-21 09:54:51 +00:00
2f6a70d785 Merge version_1 into main
Merge version_1 into main
2026-04-21 09:54:23 +00:00

View File

@@ -33,13 +33,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{ name: "About", id: "about" },
{ name: "Features", id: "features" },
{ name: "Products", id: "products" },
{ name: "Collections", id: "products" },
{ name: "Why Us", id: "features" },
{ name: "Impact", id: "metrics" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" },
]}
brandName="House of Furniture - Rizal"
button={{ text: "Visit Us", href: "#contact" }}
button={{ text: "Get In Touch", href: "#contact" }}
/>
</div>
@@ -47,7 +47,7 @@ export default function LandingPage() {
<HeroOverlay
title="Crafting Comfort for Every Rizal Home"
description="Discover premium furniture that combines modern elegance with timeless durability. Your dream home starts right here in Rizal."
buttons={[{ text: "Explore Catalog", href: "#products" }, { text: "Contact Branch", href: "#contact" }]}
buttons={[{ text: "View Collections", href: "#products" }, { text: "Visit Us", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/modern-luxury-bedding-with-cozy-lighting-elegance-generated-by-ai_188544-16336.jpg"
showBlur={true}
avatars={[
@@ -65,6 +65,7 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={false}
heading={[{ type: "text", content: "Our Legacy of Quality" }, { type: "image", src: "http://img.b2bpic.net/free-photo/empty-lounge-area-hotel-lobby_482257-78142.jpg", alt: "Store interior" }]}
buttons={[{ text: "Learn More", href: "#features" }]}
/>
</div>
@@ -75,6 +76,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Why Choose Us"
description="Experience superior quality and dedicated service tailored to your home needs."
buttons={[{ text: "Explore Collections", href: "#products" }]}
features={[
{
title: "Premium Materials", description: "Sourced from the best suppliers for long-lasting quality.", icon: Shield,
@@ -117,6 +119,7 @@ export default function LandingPage() {
]}
title="Curated Collections"
description="Explore our latest arrivals in contemporary home decor."
buttons={[{ text: "View Full Catalog", href: "#" }]}
/>
</div>
@@ -148,6 +151,7 @@ export default function LandingPage() {
cardTitle="Client Voices"
cardTag="Reviews"
cardAnimation="slide-up"
buttons={[{ text: "Read More", href: "#" }]}
/>
</div>
@@ -164,6 +168,7 @@ export default function LandingPage() {
mediaAnimation="slide-up"
title="Common Inquiries"
description="Answers to your questions about our services and showroom."
buttons={[{ text: "Contact Support", href: "#contact" }]}
faqsAnimation="slide-up"
/>
</div>