Update src/app/page.tsx
This commit is contained in:
151
src/app/page.tsx
151
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Verandas",
|
||||
id: "products",
|
||||
},
|
||||
name: "Verandas", id: "products"},
|
||||
{
|
||||
name: "Quality",
|
||||
id: "features",
|
||||
},
|
||||
name: "Quality", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="VerandaLux"
|
||||
/>
|
||||
@@ -58,13 +50,9 @@ export default function LandingPage() {
|
||||
description="Exquisite Dutch veranda systems designed for refined outdoor living. Elevate your terrace with precision, style, and lasting quality."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Collection",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Collection", href: "#products"},
|
||||
{
|
||||
text: "Inquire",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Inquire", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/amazing-european-girl-with-tanned-skin-enjoying-good-day-while-sitting-window-sill-photo-graceful-white-female-model-jeans-posing-cafe_197531-9230.jpg"
|
||||
imageAlt="High-end Dutch glass veranda"
|
||||
@@ -86,17 +74,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"No low-quality plastics",
|
||||
"No hidden maintenance costs",
|
||||
"No standard off-the-shelf parts",
|
||||
],
|
||||
"No low-quality plastics", "No hidden maintenance costs", "No standard off-the-shelf parts"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Custom architectural design",
|
||||
"Superior thermal endurance",
|
||||
"Lifetime warranty on frames",
|
||||
],
|
||||
"Custom architectural design", "Superior thermal endurance", "Lifetime warranty on frames"],
|
||||
}}
|
||||
title="Why Choose VerandaLux"
|
||||
description="Unrivaled expertise in aluminum construction and glass engineering."
|
||||
@@ -111,41 +93,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Classic Line",
|
||||
price: "From €8,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grandmother-happy-spend-time-with-granddaughter_23-2148597126.jpg",
|
||||
},
|
||||
id: "1", name: "Classic Line", price: "From €8,500", imageSrc: "http://img.b2bpic.net/free-photo/grandmother-happy-spend-time-with-granddaughter_23-2148597126.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Elite Glass",
|
||||
price: "From €12,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building_1127-3016.jpg",
|
||||
},
|
||||
id: "2", name: "Elite Glass", price: "From €12,000", imageSrc: "http://img.b2bpic.net/free-photo/building_1127-3016.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Minimalist Frame",
|
||||
price: "From €10,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283304.jpg",
|
||||
},
|
||||
id: "3", name: "Minimalist Frame", price: "From €10,500", imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283304.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Timber Essence",
|
||||
price: "From €15,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-massage-bed_1339-4790.jpg",
|
||||
},
|
||||
id: "4", name: "Timber Essence", price: "From €15,000", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-massage-bed_1339-4790.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Panoramic View",
|
||||
price: "From €18,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/viewpoint-toaca-peak-carpathians-romania-nature-sunset_1268-19791.jpg",
|
||||
},
|
||||
id: "5", name: "Panoramic View", price: "From €18,000", imageSrc: "http://img.b2bpic.net/free-photo/viewpoint-toaca-peak-carpathians-romania-nature-sunset_1268-19791.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Royal Terrace",
|
||||
price: "From €22,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020299.jpg",
|
||||
},
|
||||
id: "6", name: "Royal Terrace", price: "From €22,000", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020299.jpg"},
|
||||
]}
|
||||
title="The Collection"
|
||||
description="Discover our signature veranda lines, each defined by aesthetic elegance."
|
||||
@@ -154,25 +112,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTwo
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
description: "Years of expertise",
|
||||
},
|
||||
id: "m1", value: "15+", description: "Years of expertise"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "2500+",
|
||||
description: "Successful installations",
|
||||
},
|
||||
id: "m2", value: "2500+", description: "Successful installations"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "99%",
|
||||
description: "Client satisfaction rate",
|
||||
},
|
||||
id: "m3", value: "99%", description: "Client satisfaction rate"},
|
||||
]}
|
||||
title="Excellence in Numbers"
|
||||
description="Proven reliability in every project we deliver."
|
||||
@@ -184,30 +134,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Jan de Vries",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg",
|
||||
},
|
||||
id: "t1", name: "Jan de Vries", imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sophie Bakker",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-confident-blonde-russian-girl-looks-side-with-crossed-arms_141793-31551.jpg",
|
||||
},
|
||||
id: "t2", name: "Sophie Bakker", imageSrc: "http://img.b2bpic.net/free-photo/young-confident-blonde-russian-girl-looks-side-with-crossed-arms_141793-31551.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Mark Visser",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-with-headphones-doing-fitness-home_23-2148928946.jpg",
|
||||
},
|
||||
id: "t3", name: "Mark Visser", imageSrc: "http://img.b2bpic.net/free-photo/female-with-headphones-doing-fitness-home_23-2148928946.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Linda Jansen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-redhead-female-resting-outdoor_613910-10360.jpg",
|
||||
},
|
||||
id: "t4", name: "Linda Jansen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-redhead-female-resting-outdoor_613910-10360.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Peter Mulder",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-against-nature-background-with-bike_158595-608.jpg",
|
||||
},
|
||||
id: "t5", name: "Peter Mulder", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-against-nature-background-with-bike_158595-608.jpg"},
|
||||
]}
|
||||
cardTitle="Client Experiences"
|
||||
cardTag="Testimonials"
|
||||
@@ -221,20 +156,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What is the warranty period?",
|
||||
content: "We offer a lifetime warranty on aluminum frames and 10 years on glass components.",
|
||||
},
|
||||
id: "q1", title: "What is the warranty period?", content: "We offer a lifetime warranty on aluminum frames and 10 years on glass components."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer installation?",
|
||||
content: "Yes, our certified professional Dutch installation team handles the full setup.",
|
||||
},
|
||||
id: "q2", title: "Do you offer installation?", content: "Yes, our certified professional Dutch installation team handles the full setup."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are designs customizable?",
|
||||
content: "Every project is bespoke, tailored to your architecture and personal preferences.",
|
||||
},
|
||||
id: "q3", title: "Are designs customizable?", content: "Every project is bespoke, tailored to your architecture and personal preferences."},
|
||||
]}
|
||||
title="Frequent Questions"
|
||||
description="Clear answers about your investment."
|
||||
@@ -246,8 +172,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Inquire"
|
||||
title="Start Your Project"
|
||||
description="Speak with our design consultants today."
|
||||
@@ -258,29 +183,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Portfolio", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user