diff --git a/src/app/page.tsx b/src/app/page.tsx
index a73a6a9..23c172b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,73 +31,40 @@ export default function LandingPage() {
@@ -138,20 +99,11 @@ export default function LandingPage() {
description="Our systems utilize advanced technology to ensure the safest water for your family."
accordionItems={[
{
- id: "f1",
- title: "Advanced Reverse Osmosis",
- content: "Eliminates up to 99% of dissolved solids and contaminants.",
- },
+ id: "f1", title: "Advanced Reverse Osmosis", content: "Eliminates up to 99% of dissolved solids and contaminants."},
{
- id: "f2",
- title: "Mineral Retention",
- content: "Our systems keep essential minerals while removing harmful impurities.",
- },
+ id: "f2", title: "Mineral Retention", content: "Our systems keep essential minerals while removing harmful impurities."},
{
- id: "f3",
- title: "Smart Filter Monitoring",
- content: "Digital sensors notify you exactly when it's time for a replacement.",
- },
+ id: "f3", title: "Smart Filter Monitoring", content: "Digital sensors notify you exactly when it's time for a replacement."},
]}
imageSrc="http://img.b2bpic.net/free-photo/abstract-water-waves-blurred-drops_23-2148358189.jpg"
mediaAnimation="slide-up"
@@ -165,50 +117,27 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "basic",
- price: "$499",
- name: "Starter Filtration",
- features: [
- "Basic sediment removal",
- "Chlorine taste improvement",
- "1-year warranty",
- ],
+ id: "basic", price: "$499", name: "Starter Filtration", features: [
+ "Basic sediment removal", "Chlorine taste improvement", "1-year warranty"],
buttons: [
{
- text: "Get Started",
- },
+ text: "Get Started"},
],
},
{
- id: "pro",
- price: "$899",
- name: "Advanced Pure",
- features: [
- "Reverse Osmosis tech",
- "Lead & metal removal",
- "Mineral retention",
- "2-year warranty",
- ],
+ id: "pro", price: "$899", name: "Advanced Pure", features: [
+ "Reverse Osmosis tech", "Lead & metal removal", "Mineral retention", "2-year warranty"],
buttons: [
{
- text: "Get Started",
- },
+ text: "Get Started"},
],
},
{
- id: "enterprise",
- price: "$1,499",
- name: "Ultimate Home",
- features: [
- "Full home filtration",
- "Smart sensor monitoring",
- "Anti-scale technology",
- "5-year warranty",
- ],
+ id: "enterprise", price: "$1,499", name: "Ultimate Home", features: [
+ "Full home filtration", "Smart sensor monitoring", "Anti-scale technology", "5-year warranty"],
buttons: [
{
- text: "Get Started",
- },
+ text: "Get Started"},
],
},
]}
@@ -223,45 +152,9 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "t1",
- title: "Life Changer!",
- quote: "My water tastes better than bottled water now. Highly recommend!",
- name: "Sarah Miller",
- role: "Homeowner",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-glass-juice-standing-kitchen_23-2148137514.jpg",
- },
+ id: "t1", title: "Life Changer!", quote: "My water tastes better than bottled water now. Highly recommend!", name: "Sarah Miller", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-glass-juice-standing-kitchen_23-2148137514.jpg"},
{
- id: "t2",
- title: "Professional Service",
- quote: "The installation was quick, clean, and professional. Great product.",
- name: "John Doe",
- role: "Dad",
- imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-sitting-sofa-with-colleague-while-dreamily-looking-aside-modern-coworking-space_574295-5103.jpg",
- },
- {
- id: "t3",
- title: "Crystal Clear",
- quote: "I can actually see the difference in my water quality. Fantastic system.",
- name: "Emily Smith",
- role: "Interior Designer",
- imageSrc: "http://img.b2bpic.net/free-photo/african-girl-stands-kitchen-holds-glass-with-water_8353-10416.jpg",
- },
- {
- id: "t4",
- title: "Worth Every Penny",
- quote: "Best investment we've made for our kitchen. The taste is amazing.",
- name: "David Wilson",
- role: "Chef",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-decorating-house-with-christmas-toys_1303-25884.jpg",
- },
- {
- id: "t5",
- title: "Peace of Mind",
- quote: "Knowing our water is safe and pure makes such a difference.",
- name: "Anna Davis",
- role: "Parent",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-people-kitchen_23-2149894666.jpg",
- },
+ id: "t2", title: "Professional Service", quote: "The installation was quick, clean, and professional. Great product.", name: "John Doe", role: "Dad", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-sitting-sofa-with-colleague-while-dreamily-looking-aside-modern-coworking-space_574295-5103.jpg"},
]}
title="Hear From Our Happy Families"
description="Join over 1,000 households that trust PureFlow."
@@ -275,28 +168,17 @@ export default function LandingPage() {
description="Fill out the form below to receive a free consultation or an installation estimate."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
+ name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Your Email",
- required: true,
+ name: "email", type: "email", placeholder: "Your Email", required: true,
},
{
- name: "phone",
- type: "tel",
- placeholder: "Phone Number",
- required: false,
+ name: "phone", type: "tel", placeholder: "Phone Number", required: false,
},
]}
textarea={{
- name: "message",
- placeholder: "How can we help?",
- rows: 4,
+ name: "message", placeholder: "How can we help?", rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/mountains-stream_1398-2303.jpg"
@@ -307,42 +189,27 @@ export default function LandingPage() {