diff --git a/src/app/page.tsx b/src/app/page.tsx
index d9836b3..c6ec4d4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,85 +30,38 @@ export default function LandingPage() {
@@ -132,21 +85,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- icon: Layers,
- title: "Interactive 3D Configurator",
- description: "Drag and drop custom PVC frames and glass units into your room.",
- },
- {
- icon: Maximize,
- title: "Precision Measurements",
- description: "Tools to ensure every window fits your architectural design perfectly.",
- },
- {
- icon: Sun,
- title: "Thermal Analysis",
- description: "Preview how different profiles affect thermal performance and light transmission.",
- },
+ { icon: Layers, title: "Interactive 3D Configurator", description: "Drag and drop custom PVC frames and glass units into your room." },
+ { icon: Maximize, title: "Precision Measurements", description: "Tools to ensure every window fits your architectural design perfectly." },
+ { icon: Sun, title: "Thermal Analysis", description: "Preview how different profiles affect thermal performance and light transmission." },
]}
title="Advanced Features"
description="Powerful tools for professional results."
@@ -160,33 +101,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- brand: "TechPVC",
- name: "Premium Thermal Profile",
- price: "$120",
- rating: 5,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-using-alcohol-spray-tissue-clean-doorknob-before-open-door-protect-coronavirus-female-clean-surface-hygiene-when-social-distancing-stay-home-self-quarantine-time_7861-2497.jpg",
- },
- {
- id: "p2",
- brand: "GlassTech",
- name: "Double Glazed Unit",
- price: "$85",
- rating: 5,
- reviewCount: "95",
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-glass-ceiling-modern-building-seoul-south-korea_181624-3417.jpg",
- },
- {
- id: "p3",
- brand: "DesignStyle",
- name: "Chrome Custom Handle",
- price: "$45",
- rating: 4,
- reviewCount: "40",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-father-with-daughter-standing-near-open-balcony-smiling_74855-9994.jpg",
- },
+ { id: "p1", brand: "TechPVC", name: "Premium Thermal Profile", price: "$120", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-using-alcohol-spray-tissue-clean-doorknob-before-open-door-protect-coronavirus-female-clean-surface-hygiene-when-social-distancing-stay-home-self-quarantine-time_7861-2497.jpg" },
+ { id: "p2", brand: "GlassTech", name: "Double Glazed Unit", price: "$85", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-glass-ceiling-modern-building-seoul-south-korea_181624-3417.jpg" },
+ { id: "p3", brand: "DesignStyle", name: "Chrome Custom Handle", price: "$45", rating: 4, reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/happy-father-with-daughter-standing-near-open-balcony-smiling_74855-9994.jpg" },
]}
title="Window & Door Catalog"
description="Select from our premium range of PVC profiles and hardware."
@@ -199,33 +116,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "10k+",
- title: "Windows Installed",
- items: [
- "Certified installers",
- "Warranty backed",
- ],
- },
- {
- id: "m2",
- value: "5k+",
- title: "Happy Clients",
- items: [
- "Real home photos",
- "High satisfaction",
- ],
- },
- {
- id: "m3",
- value: "99%",
- title: "Heat Retention",
- items: [
- "Advanced profiles",
- "Energy efficient",
- ],
- },
+ { id: "m1", value: "10k+", title: "Windows Installed", items: ["Certified installers", "Warranty backed"] },
+ { id: "m2", value: "5k+", title: "Happy Clients", items: ["Real home photos", "High satisfaction"] },
+ { id: "m3", value: "99%", title: "Heat Retention", items: ["Advanced profiles", "Energy efficient"] },
]}
title="Global Success"
description="Trusted by home owners and architects everywhere."
@@ -235,9 +128,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file