diff --git a/src/app/page.tsx b/src/app/page.tsx
index 403bdfc..b797a6a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,18 +32,9 @@ export default function LandingPage() {
@@ -51,48 +42,17 @@ export default function LandingPage() {
@@ -104,42 +64,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Mobile Listing UI",
- price: "High-End",
- imageSrc: "http://img.b2bpic.net/free-photo/green-smartphone-with-blank-screen-mockup-white-background_187299-46676.jpg",
- },
- {
- id: "p2",
- name: "Lead Dashboard",
- price: "High-End",
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-as-interior-designer_23-2150346463.jpg",
- },
- {
- id: "p3",
- name: "Property Explorer",
- price: "High-End",
- imageSrc: "http://img.b2bpic.net/free-psd/luxury-business-card-property-management_23-2151977898.jpg",
- },
- {
- id: "p4",
- name: "Client Portal",
- price: "High-End",
- imageSrc: "http://img.b2bpic.net/free-photo/real-estate-accommodation-property-investment-graphic-word_53876-121003.jpg",
- },
- {
- id: "p5",
- name: "Agent Showcase",
- price: "High-End",
- imageSrc: "http://img.b2bpic.net/free-photo/cliffside-modern-home-with-infinity-pool-sunset_23-2152008238.jpg",
- },
- {
- id: "p6",
- name: "Contact Funnel",
- price: "High-End",
- imageSrc: "http://img.b2bpic.net/free-photo/business-man-holding-tablet-hand_23-2148308612.jpg",
- },
+ { id: "p1", name: "Mobile Listing UI", price: "High-End", imageSrc: "http://img.b2bpic.net/free-photo/green-smartphone-with-blank-screen-mockup-white-background_187299-46676.jpg" },
+ { id: "p2", name: "Lead Dashboard", price: "High-End", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-as-interior-designer_23-2150346463.jpg" },
+ { id: "p3", name: "Property Explorer", price: "High-End", imageSrc: "http://img.b2bpic.net/free-psd/luxury-business-card-property-management_23-2151977898.jpg" },
+ { id: "p4", name: "Client Portal", price: "High-End", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-accommodation-property-investment-graphic-word_53876-121003.jpg" },
+ { id: "p5", name: "Agent Showcase", price: "High-End", imageSrc: "http://img.b2bpic.net/free-photo/cliffside-modern-home-with-infinity-pool-sunset_23-2152008238.jpg" },
+ { id: "p6", name: "Contact Funnel", price: "High-End", imageSrc: "http://img.b2bpic.net/free-photo/business-man-holding-tablet-hand_23-2148308612.jpg" },
]}
title="Your New Digital Presence."
description="This is what your future website looks like—clean, fast, and built to convert property seekers into loyal clients."
@@ -151,21 +81,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Stop Leaking Your Property Leads."
metrics={[
- {
- icon: AlertTriangle,
- label: "Outdated Design",
- value: "Lost Trust",
- },
- {
- icon: Smartphone,
- label: "Poor Mobile",
- value: "High Bounce",
- },
- {
- icon: TrendingDown,
- label: "No Funnel",
- value: "Zero Growth",
- },
+ { icon: AlertTriangle, label: "Outdated Design", value: "Lost Trust" },
+ { icon: Smartphone, label: "Poor Mobile", value: "High Bounce" },
+ { icon: TrendingDown, label: "No Funnel", value: "Zero Growth" },
]}
metricsAnimation="blur-reveal"
/>
@@ -177,21 +95,9 @@ export default function LandingPage() {
textboxLayout="split-description"
useInvertedBackground={false}
features={[
- {
- icon: Zap,
- title: "Modern Conversion Design",
- description: "High-converting layouts tailored for real estate.",
- },
- {
- icon: Smartphone,
- title: "Mobile-First Engine",
- description: "Responsive experiences that load in milliseconds.",
- },
- {
- icon: Database,
- title: "Built-in Lead System",
- description: "Automated pipeline capturing every lead opportunity.",
- },
+ { icon: Zap, title: "Modern Conversion Design", description: "High-converting layouts tailored for real estate." },
+ { icon: Smartphone, title: "Mobile-First Engine", description: "Responsive experiences that load in milliseconds." },
+ { icon: Database, title: "Built-in Lead System", description: "Automated pipeline capturing every lead opportunity." },
]}
title="The Estato Difference."
description="We don't just build sites; we deploy conversion engines."
@@ -202,28 +108,14 @@ export default function LandingPage() {
@@ -336,29 +169,15 @@ export default function LandingPage() {
logoText="Estato"
columns={[
{
- title: "Product",
- items: [
- {
- label: "System",
- href: "#solution",
- },
- {
- label: "Pricing",
- href: "#pricing",
- },
+ title: "Product", items: [
+ { label: "System", href: "#solution" },
+ { label: "Pricing", href: "#pricing" },
],
},
{
- title: "Company",
- items: [
- {
- label: "Terms",
- href: "#",
- },
- {
- label: "Privacy",
- href: "#",
- },
+ title: "Company", items: [
+ { label: "Terms", href: "#" },
+ { label: "Privacy", href: "#" },
],
},
]}