diff --git a/src/app/page.tsx b/src/app/page.tsx
index c78fe7e..8a1c072 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,23 +29,18 @@ export default function LandingPage() {
@@ -55,9 +50,7 @@ export default function LandingPage() {
description="Hello! We are two local middle schoolers, building a small trash can washing business. Providing deep cleaning and odor elimination for our community."
buttons={[
{
- text: "Book Now",
- href: "#contact",
- },
+ text: "Book Now", href: "#contact"},
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C10qnQ7taMuuj8OAPN6cXcsUg5/uploaded-1775538035230-vitkmsvr.jpg"
@@ -72,17 +65,11 @@ export default function LandingPage() {
description="We specialize in making your bins smell fresh again. Our process covers deep cleaning inside and out to eliminate nasty odors."
metrics={[
{
- value: "100%",
- title: "Odor Eliminated",
- },
+ value: "100%", title: "Odor Eliminated"},
{
- value: "Deep",
- title: "Inside & Out",
- },
+ value: "Deep", title: "Inside & Out"},
{
- value: "Local",
- title: "Friendly Service",
- },
+ value: "Local", title: "Friendly Service"},
]}
imageSrc="http://img.b2bpic.net/free-photo/black-bags-trash-garbage-bin-daytime_181624-13152.jpg"
imageAlt="Trash bin cleaning process"
@@ -98,36 +85,19 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "single",
- badge: "Single Clean",
- price: "$10",
- subtitle: "For one bin",
- features: [
- "Deep cleaning",
- "Odor removal",
- ],
+ id: "single", badge: "Single Clean", price: "$10", subtitle: "For one bin", features: [
+ "Deep cleaning", "Odor removal"],
buttons: [
{
- text: "Book Single",
- href: "#contact",
- },
+ text: "Book Single", href: "#contact"},
],
},
{
- id: "triple",
- badge: "Value Deal",
- price: "$25",
- subtitle: "For three bins",
- features: [
- "Deep cleaning",
- "Odor removal",
- "Discounted rate",
- ],
+ id: "triple", badge: "Value Deal", price: "$25", subtitle: "For three bins", features: [
+ "Deep cleaning", "Odor removal", "Discounted rate"],
buttons: [
{
- text: "Book Bundle",
- href: "#contact",
- },
+ text: "Book Bundle", href: "#contact"},
],
},
]}
@@ -144,25 +114,15 @@ export default function LandingPage() {
cardAnimation="slide-up"
testimonials={[
{
- id: "t1",
- name: "Sarah J.",
- imageSrc: "https://images.unsplash.com/photo-1544005313-94ddf0286df2?auto=format&fit=crop&q=80&w=200&h=200",
- },
+ id: "t1", name: "Sarah J.", imageSrc: "https://images.unsplash.com/photo-1544005313-94ddf0286df2?auto=format&fit=crop&q=80&w=200&h=200"},
{
- id: "t2",
- name: "Mike D.",
- imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?auto=format&fit=crop&q=80&w=200&h=200",
- },
+ id: "t2", name: "Mike D.", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?auto=format&fit=crop&q=80&w=200&h=200"},
{
- id: "t3",
- name: "Emily R.",
- imageSrc: "https://images.unsplash.com/photo-1534528741775-53994a69daeb?auto=format&fit=crop&q=80&w=200&h=200",
- },
+ id: "t3", name: "Emily R.", imageSrc: "https://images.unsplash.com/photo-1534528741775-53994a69daeb?auto=format&fit=crop&q=80&w=200&h=200"},
{
- id: "t4",
- name: "David L.",
- imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?auto=format&fit=crop&q=80&w=200&h=200",
- },
+ id: "t4", name: "David L.", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?auto=format&fit=crop&q=80&w=200&h=200"},
+ {
+ id: "t5", name: "Tom W.", imageSrc: "https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?auto=format&fit=crop&q=80&w=200&h=200"}
]}
/>
@@ -171,16 +131,13 @@ export default function LandingPage() {