diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index a59324c..754709a 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -91,4 +91,4 @@ export default function BlogPage() { ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index b3a40de..a15d5f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,16 +71,16 @@ export default function LandingPage() { buttonAnimation="slide-up" ariaLabel="Proof Digital hero section" marqueeItems={[ - { type: "text", text: "Google" }, - { type: "text", text: "Microsoft" }, - { type: "text", text: "Amazon" }, - { type: "text", text: "Apple" }, - { type: "text", text: "Meta" }, - { type: "text", text: "Tesla" }, - { type: "text", text: "Netflix" }, - { type: "text", text: "Spotify" }, - { type: "text", text: "Uber" }, - { type: "text", text: "Airbnb" } + { type: "text", text: "Joe's Plumbing" }, + { type: "text", text: "Main Street Dental" }, + { type: "text", text: "City Repairs Auto" }, + { type: "text", text: "Local Café Co" }, + { type: "text", text: "Green Landscaping" }, + { type: "text", text: "Premier Hair Salon" }, + { type: "text", text: "Downtown Pizza" }, + { type: "text", text: "Family Daycare" }, + { type: "text", text: "Tech Startup Hub" }, + { type: "text", text: "Community Bank" } ]} marqueeSpeed={30} showMarqueeCard={true} @@ -298,4 +298,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index a297dd2..7e7d1b8 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -311,4 +311,4 @@ export default function ProductPage({ params }: ProductPageProps) { ); -} +} \ No newline at end of file diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 680d86f..a899ca0 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -159,4 +159,4 @@ export default function ShopPage() { ); -} +} \ No newline at end of file