Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-21 10:00:33 +00:00

View File

@@ -33,13 +33,12 @@ 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: "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 +46,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 +64,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 +75,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 +118,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 +150,7 @@ export default function LandingPage() {
cardTitle="Client Voices"
cardTag="Reviews"
cardAnimation="slide-up"
buttons={[{ text: "Read More", href: "#" }]}
/>
</div>
@@ -164,6 +167,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>
@@ -192,4 +196,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}