Merge version_1 into main #1
153
src/app/page.tsx
153
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Solutions",
|
||||
id: "solutions",
|
||||
},
|
||||
name: "Solutions", id: "solutions"},
|
||||
{
|
||||
name: "Showcase",
|
||||
id: "showcase",
|
||||
},
|
||||
name: "Showcase", id: "showcase"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="NOVESSO"
|
||||
/>
|
||||
@@ -56,36 +48,22 @@ export default function LandingPage() {
|
||||
description="Every space tells a story of intention, craft, and beauty. Experience architectural hardware defined by precision and elegance."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Solutions",
|
||||
href: "#solutions",
|
||||
},
|
||||
text: "Explore Solutions", href: "#solutions"},
|
||||
{
|
||||
text: "Book Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Consultation", href: "#contact"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CITbprwxs59SxpAwnrnd0AvHG7/uploaded-1776072186456-tazq30ob.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-woman-holding-tablet_23-2149927578.jpg",
|
||||
alt: "Designer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-woman-holding-tablet_23-2149927578.jpg", alt: "Designer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-smiling-girl-with-short-curly-hair-wireless-earphon_574295-3796.jpg",
|
||||
alt: "Designer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-smiling-girl-with-short-curly-hair-wireless-earphon_574295-3796.jpg", alt: "Designer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-working-as-interior-designer_23-2150346464.jpg",
|
||||
alt: "Designer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-working-as-interior-designer_23-2150346464.jpg", alt: "Designer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-working-as-interior-designer_23-2150346465.jpg",
|
||||
alt: "Designer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-working-as-interior-designer_23-2150346465.jpg", alt: "Designer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/luxury-pool-villa-spectacular-contemporary-design-digital-art-real-estate-home-house-property-generative-ai-illustration_1258-151616.jpg",
|
||||
alt: "Designer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/luxury-pool-villa-spectacular-contemporary-design-digital-art-real-estate-home-house-property-generative-ai-illustration_1258-151616.jpg", alt: "Designer 5"},
|
||||
]}
|
||||
avatarText="Trusted by leading architects worldwide"
|
||||
/>
|
||||
@@ -98,25 +76,13 @@ export default function LandingPage() {
|
||||
tag="Expertise"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "340+",
|
||||
description: "Spaces Created",
|
||||
},
|
||||
id: "m1", value: "340+", description: "Spaces Created"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "15+",
|
||||
description: "Years Heritage",
|
||||
},
|
||||
id: "m2", value: "15+", description: "Years Heritage"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "12",
|
||||
description: "Design Awards",
|
||||
},
|
||||
id: "m3", value: "12", description: "Design Awards"},
|
||||
{
|
||||
id: "m4",
|
||||
value: "Global",
|
||||
description: "Regional Presence",
|
||||
},
|
||||
id: "m4", value: "Global", description: "Regional Presence"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -128,26 +94,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
tag: "Wardrobes",
|
||||
title: "Modular Wardrobes",
|
||||
subtitle: "Intelligent organization",
|
||||
description: "Italian-inspired modular systems tailored to your needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-young-woman-trying-decide-what-hat-wear-big-fashionable-wardrobe-with-shoes-clothes-lady-has-stylish-look-wearing-black-elegant-dress_197531-1697.jpg",
|
||||
},
|
||||
tag: "Wardrobes", title: "Modular Wardrobes", subtitle: "Intelligent organization", description: "Italian-inspired modular systems tailored to your needs.", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-young-woman-trying-decide-what-hat-wear-big-fashionable-wardrobe-with-shoes-clothes-lady-has-stylish-look-wearing-black-elegant-dress_197531-1697.jpg"},
|
||||
{
|
||||
tag: "Partitions",
|
||||
title: "Slim Partitions",
|
||||
subtitle: "Define boundaries",
|
||||
description: "Minimalist partition systems offering seamless spatial transitions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/led-drawer-blue-fronts-minimal-kitchen_169016-69301.jpg",
|
||||
},
|
||||
tag: "Partitions", title: "Slim Partitions", subtitle: "Define boundaries", description: "Minimalist partition systems offering seamless spatial transitions.", imageSrc: "http://img.b2bpic.net/free-photo/led-drawer-blue-fronts-minimal-kitchen_169016-69301.jpg"},
|
||||
{
|
||||
tag: "Storage",
|
||||
title: "Smart Storage",
|
||||
subtitle: "Engineered efficiency",
|
||||
description: "Hidden mechanisms for flawless daily functionality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-wardrobe-drawers-with-neatly-folded-clothes-smart-storage_169016-71171.jpg",
|
||||
},
|
||||
tag: "Storage", title: "Smart Storage", subtitle: "Engineered efficiency", description: "Hidden mechanisms for flawless daily functionality.", imageSrc: "http://img.b2bpic.net/free-photo/modern-wardrobe-drawers-with-neatly-folded-clothes-smart-storage_169016-71171.jpg"},
|
||||
]}
|
||||
title="Design-First Solutions"
|
||||
description="Precision engineering meets Italian-inspired aesthetics to transform your space into a sanctuary of modern luxury."
|
||||
@@ -158,44 +109,21 @@ export default function LandingPage() {
|
||||
<ProductCardOne
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Minimalist Sliding Door",
|
||||
price: "View Catalog",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-daughter-is-engaged-gymnastics_1157-31635.jpg",
|
||||
},
|
||||
id: "p1", name: "Minimalist Sliding Door", price: "View Catalog", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-daughter-is-engaged-gymnastics_1157-31635.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Custom Partition System",
|
||||
price: "View Catalog",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portraif-caucasian-woman-romantic-elegant-pink-long-dress-vacation-luxury-rich-villa-hotel-with-amazing-tropical-palm-trees-view-female-classic-white-hat_343596-2056.jpg",
|
||||
},
|
||||
id: "p2", name: "Custom Partition System", price: "View Catalog", imageSrc: "http://img.b2bpic.net/free-photo/portraif-caucasian-woman-romantic-elegant-pink-long-dress-vacation-luxury-rich-villa-hotel-with-amazing-tropical-palm-trees-view-female-classic-white-hat_343596-2056.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Modular Wardrobe Unit",
|
||||
price: "View Catalog",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/students-learning-cafeteria_23-2147679038.jpg",
|
||||
},
|
||||
id: "p3", name: "Modular Wardrobe Unit", price: "View Catalog", imageSrc: "http://img.b2bpic.net/free-photo/students-learning-cafeteria_23-2147679038.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Smart Accessory Pack",
|
||||
price: "View Catalog",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/japanese-house-entrance_23-2149445346.jpg",
|
||||
},
|
||||
id: "p4", name: "Smart Accessory Pack", price: "View Catalog", imageSrc: "http://img.b2bpic.net/free-photo/japanese-house-entrance_23-2149445346.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Openable Wardrobe Panel",
|
||||
price: "View Catalog",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stairs-office-building_1127-2210.jpg",
|
||||
},
|
||||
id: "p5", name: "Openable Wardrobe Panel", price: "View Catalog", imageSrc: "http://img.b2bpic.net/free-photo/stairs-office-building_1127-2210.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Hardware Finishing Set",
|
||||
price: "View Catalog",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/japanese-house-entrance_23-2149445341.jpg",
|
||||
},
|
||||
id: "p6", name: "Hardware Finishing Set", price: "View Catalog", imageSrc: "http://img.b2bpic.net/free-photo/japanese-house-entrance_23-2149445341.jpg"},
|
||||
]}
|
||||
title="Curated Collections"
|
||||
description="Explore our signature range of hardware and design solutions."
|
||||
@@ -210,25 +138,15 @@ export default function LandingPage() {
|
||||
author="Ananya Mehra, Interior Designer"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-woman-working-as-interior-designer_23-2150346500.jpg",
|
||||
alt: "Client A",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-woman-working-as-interior-designer_23-2150346500.jpg", alt: "Client A"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg",
|
||||
alt: "Client B",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg", alt: "Client B"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/luxury-pool-villa-spectacular-contemporary-design-digital-art-real-estate-home-house-property-ge_1258-150757.jpg",
|
||||
alt: "Client C",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/luxury-pool-villa-spectacular-contemporary-design-digital-art-real-estate-home-house-property-ge_1258-150757.jpg", alt: "Client C"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-beaujtiful-woman-luxury-travcel-house_23-2149140861.jpg",
|
||||
alt: "Client D",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-beaujtiful-woman-luxury-travcel-house_23-2149140861.jpg", alt: "Client D"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-length-portrait-man-suit-using-smartphone_171337-19117.jpg",
|
||||
alt: "Client E",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/full-length-portrait-man-suit-using-smartphone_171337-19117.jpg", alt: "Client E"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="opacity"
|
||||
@@ -239,8 +157,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Connect With Us"
|
||||
title="Visit Our Showroom"
|
||||
description="Let's craft your space together. Book a consultation or inquire about partnership opportunities."
|
||||
@@ -251,13 +168,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="NOVESSO"
|
||||
leftLink={{
|
||||
text: "Terms & Conditions",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms & Conditions", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user