diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1165a8c..f8db4c9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,72 +30,45 @@ export default function LandingPage() {
@@ -105,7 +78,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Welcome to Fresh Blendz"
description="Fresh Blendz Barber Shop isn’t just a place to get a haircut — it’s where style, culture, and community come together. Located in Atlanta, we bring you top-tier barbering, a full car wash service, a laid-back bar, and a food truck serving up fire eats. Whether you’re pulling up for a fade, a detail, or just to chill — we got you."
- imageSrc="http://img.b2bpic.net/free-photo/smiley-people-with-electric-scooters-medium-shot_23-2149383302.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/smiley-people-with-electric-scooters-medium-shot_23-2149383302.jpg"
/>
@@ -116,23 +89,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Barber Shop",
- description: "Men’s cuts, kid’s cuts, and beard trimming by expert stylists.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-getting-his-beard-trimmed_23-2148256866.jpg?_wi=1",
- imageAlt: "Barber Services",
- },
+ title: "Barber Shop", description: "Men’s cuts, kid’s cuts, and beard trimming by expert stylists.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-getting-his-beard-trimmed_23-2148256866.jpg", imageAlt: "Barber Services"},
{
- title: "Car Wash",
- description: "Exterior wash, full detail, and quick clean while you wait.",
- imageSrc: "http://img.b2bpic.net/free-photo/big-blue-bubbles_23-2147933800.jpg?_wi=1",
- imageAlt: "Car Detailing",
- },
+ title: "Car Wash", description: "Exterior wash, full detail, and quick clean while you wait.", imageSrc: "http://img.b2bpic.net/free-photo/big-blue-bubbles_23-2147933800.jpg", imageAlt: "Car Detailing"},
{
- title: "Food Truck",
- description: "Freshly cooked meals, quick bites, and drinks for every appetite.",
- imageSrc: "http://img.b2bpic.net/free-photo/milk-bottles-with-bright-bowls-cereal-table_23-2147961811.jpg?_wi=1",
- imageAlt: "Food Truck",
- },
+ title: "Food Truck", description: "Freshly cooked meals, quick bites, and drinks for every appetite.", imageSrc: "http://img.b2bpic.net/free-photo/milk-bottles-with-bright-bowls-cereal-table_23-2147961811.jpg", imageAlt: "Food Truck"},
]}
title="Our One-Stop Services"
description="Experience everything you need to feel refreshed and ready to roll."
@@ -141,27 +102,16 @@ export default function LandingPage() {
@@ -283,20 +164,12 @@ export default function LandingPage() {
description="Don't wait. Book your service online or reach out via our contact form."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- },
+ name: "name", type: "text", placeholder: "Your Name"},
{
- name: "email",
- type: "email",
- placeholder: "Your Email",
- },
+ name: "email", type: "email", placeholder: "Your Email"},
]}
textarea={{
- name: "message",
- placeholder: "Service Request Details",
- }}
+ name: "message", placeholder: "Service Request Details"}}
imageSrc="http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186473.jpg"
/>
@@ -308,10 +181,7 @@ export default function LandingPage() {
description="1980 Donald Lee Hollowell Pkwy NW, Atlanta, GA 30318. Open Daily until 10 PM."
inputs={[
{
- name: "phone",
- type: "tel",
- placeholder: "Your Phone Number",
- },
+ name: "phone", type: "tel", placeholder: "Your Phone Number"},
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-shopping-city_23-2149273783.jpg"
buttonText="Text Us Now"
@@ -322,13 +192,9 @@ export default function LandingPage() {