diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 31ff833..5c8a8d1 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -26,22 +26,10 @@ export default function LandingPage() {
@@ -54,18 +42,9 @@ export default function LandingPage() {
title="Unmatched Excellence in Exterior Craftsmanship"
description="At As Exterior Services, we believe that your outdoor space is an extension of your home's luxury. Our team of specialists is dedicated to protecting your investment and enhancing your curb appeal through meticulous attention to detail and premium materials."
bulletPoints={[
- {
- title: "Bespoke Design",
- description: "Tailored landscapes that reflect your unique style.",
- },
- {
- title: "Premium Maintenance",
- description: "Hassle-free, rapid-response exterior care.",
- },
- {
- title: "Transparent Communication",
- description: "Professional, reliable service every step.",
- },
+ { title: "Bespoke Design", description: "Tailored landscapes that reflect your unique style." },
+ { title: "Premium Maintenance", description: "Hassle-free, rapid-response exterior care." },
+ { title: "Transparent Communication", description: "Professional, reliable service every step." }
]}
imageSrc="http://img.b2bpic.net/free-photo/billboard-template-urban-environment_23-2148197226.jpg"
imageAlt="Team working on luxury exterior"
@@ -80,75 +59,26 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "15+",
- title: "Years Experience",
- description: "Setting standards in exterior care.",
- icon: Award,
- },
- {
- id: "m2",
- value: "500+",
- title: "Luxury Projects",
- description: "Completed across Cedar Park.",
- icon: CheckCircle,
- },
- {
- id: "m3",
- value: "98%",
- title: "Retention Rate",
- description: "Trusted by long-term clients.",
- icon: Star,
- },
+ { id: "m1", value: "15+", title: "Years Experience", description: "Setting standards in exterior care.", icon: Award },
+ { id: "m2", value: "500+", title: "Luxury Projects", description: "Completed across Cedar Park.", icon: CheckCircle },
+ { id: "m3", value: "98%", title: "Retention Rate", description: "Trusted by long-term clients.", icon: Star }
]}
title="A Track Record of Perfection"
+ description="Our commitment to excellence defined by the numbers."
/>
);
-}
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index c05c827..8f440b6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,33 +40,17 @@ export default function LandingPage() {
@@ -161,39 +101,8 @@ export default function LandingPage() {
description="Tailored solutions for your home's unique exterior requirements."
tag="PRICING"
plans={[
- {
- id: "p1",
- title: "Essential Care",
- price: "$299",
- period: "/mo",
- features: [
- "Basic Lawn Care",
- "Edging",
- "Debris Removal",
- ],
- button: {
- text: "Get Started",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-stone-building-with-lovely-yard-blue-sky-punta-de-lobos-chile_181624-13685.jpg",
- imageAlt: "Beautiful shot of a stone building with a lovely yard under the blue sky in Punta de Lobos, Chile",
- },
- {
- id: "p2",
- title: "Luxury Estate",
- price: "$799",
- period: "/mo",
- features: [
- "Bespoke Landscaping",
- "Pressure Washing",
- "Detailed Garden Maintenance",
- "Seasonal Floral Refresh",
- ],
- button: {
- text: "Get Started",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/green-park-view_1417-1510.jpg?_wi=2",
- imageAlt: "Beautiful shot of a stone building with a lovely yard under the blue sky in Punta de Lobos, Chile",
- },
+ { id: "p1", title: "Essential Care", price: "$299", period: "/mo", features: ["Basic Lawn Care", "Edging", "Debris Removal"], button: { text: "Get Started" }, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-stone-building-with-lovely-yard-blue-sky-punta-de-lobos-chile_181624-13685.jpg", imageAlt: "Beautiful shot of a stone building with a lovely yard under the blue sky in Punta de Lobos, Chile" },
+ { id: "p2", title: "Luxury Estate", price: "$799", period: "/mo", features: ["Bespoke Landscaping", "Pressure Washing", "Detailed Garden Maintenance", "Seasonal Floral Refresh"], button: { text: "Get Started" }, imageSrc: "http://img.b2bpic.net/free-photo/green-park-view_1417-1510.jpg", imageAlt: "Beautiful shot of a stone building with a lovely yard under the blue sky in Punta de Lobos, Chile" }
]}
/>
@@ -206,71 +115,24 @@ export default function LandingPage() {
title="Service Impact"
description="Quantifying the value of our professional exterior care."
metrics={[
- {
- id: "mx1",
- icon: Leaf,
- title: "Acres Managed",
- value: "150+",
- },
- {
- id: "mx2",
- icon: Sun,
- title: "Annual Cleanings",
- value: "1,200+",
- },
- {
- id: "mx3",
- icon: ThumbsUp,
- title: "Happy Clients",
- value: "450+",
- },
+ { id: "mx1", icon: Leaf, title: "Acres Managed", value: "150+" },
+ { id: "mx2", icon: Sun, title: "Annual Cleanings", value: "1,200+" },
+ { id: "mx3", icon: ThumbsUp, title: "Happy Clients", value: "450+" }
]}
/>
);
-}
+}
\ No newline at end of file