diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6aaa6eb..cf76bbd 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -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() {