diff --git a/src/app/page.tsx b/src/app/page.tsx
index b8a26e1..c7ad64f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -54,68 +46,43 @@ export default function LandingPage() {
@@ -128,45 +95,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Sarah Johnson",
- role: "Client",
- company: "Houston",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg",
- },
+ id: "1", name: "Sarah Johnson", role: "Client", company: "Houston", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg"},
{
- id: "2",
- name: "Michael Chen",
- role: "Client",
- company: "Houston",
- rating: 5,
- imageSrc: "https://img.b2bpic.net/free-photo/vertical-shot-young-handsome-guy-autumn-park_181624-41390.jpg?id=16364379",
- },
+ id: "2", name: "Michael Chen", role: "Client", company: "Houston", rating: 5,
+ imageSrc: "https://img.b2bpic.net/free-photo/vertical-shot-young-handsome-guy-autumn-park_181624-41390.jpg?id=16364379"},
{
- id: "3",
- name: "Emily Rodriguez",
- role: "Client",
- company: "Houston",
- rating: 5,
- imageSrc: "https://img.b2bpic.net/premium-photo/portrait-relax-smile-girl-stone-wall-holiday-travel-vacation-summer-break-sky-space-with-happy-hippie-person-outdoor-rock-barrier-getaway-me-time-weekend-trip_590464-564209.jpg?id=426406222",
- },
+ id: "3", name: "Emily Rodriguez", role: "Client", company: "Houston", rating: 5,
+ imageSrc: "https://img.b2bpic.net/premium-photo/portrait-relax-smile-girl-stone-wall-holiday-travel-vacation-summer-break-sky-space-with-happy-hippie-person-outdoor-rock-barrier-getaway-me-time-weekend-trip_590464-564209.jpg?id=426406222"},
{
- id: "4",
- name: "David Kim",
- role: "Client",
- company: "Houston",
- rating: 5,
- imageSrc: "https://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3554.jpg?id=7090536",
- },
+ id: "4", name: "David Kim", role: "Client", company: "Houston", rating: 5,
+ imageSrc: "https://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3554.jpg?id=7090536"},
{
- id: "5",
- name: "James Wilson",
- role: "Client",
- company: "Houston",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-dressed-jacket-grey-background_613910-1319.jpg",
- },
+ id: "5", name: "James Wilson", role: "Client", company: "Houston", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-dressed-jacket-grey-background_613910-1319.jpg"},
]}
title="Trusted by Houston’s Finest"
description="Read what our clients have to say about their experience at Ortahaus."
@@ -179,9 +121,7 @@ export default function LandingPage() {
title="More Than a Haircut — It’s an Experience"
buttons={[
{
- text: "Book Your Appointment",
- href: "#contact",
- },
+ text: "Book Your Appointment", href: "#contact"},
]}
/>
@@ -193,50 +133,28 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
- id: "basic",
- price: "$35",
- name: "Signature Haircut",
- buttons: [
+ id: "basic", price: "$35", name: "Signature Haircut", buttons: [
{
- text: "Book",
- href: "#contact",
- },
+ text: "Book", href: "#contact"},
],
features: [
- "Precision cut",
- "Style & advice",
- ],
+ "Precision cut", "Style & advice"],
},
{
- id: "mid",
- price: "$25",
- name: "Beard Sculpting",
- buttons: [
+ id: "mid", price: "$25", name: "Beard Sculpting", buttons: [
{
- text: "Book",
- href: "#contact",
- },
+ text: "Book", href: "#contact"},
],
features: [
- "Precision shaping",
- "Detailing",
- ],
+ "Precision shaping", "Detailing"],
},
{
- id: "pro",
- price: "$60",
- name: "Full Grooming Experience",
- buttons: [
+ id: "pro", price: "$60", name: "Full Grooming Experience", buttons: [
{
- text: "Book",
- href: "#contact",
- },
+ text: "Book", href: "#contact"},
],
features: [
- "Haircut & Beard",
- "Hot towel",
- "Style",
- ],
+ "Haircut & Beard", "Hot towel", "Style"],
},
]}
title="Services"
@@ -251,34 +169,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "f1",
- label: "Atmosphere",
- title: "Premium Environment",
- items: [
- "Upscale design",
- "Comfortable chairs",
- "Industrial aesthetic",
- ],
+ id: "f1", label: "Atmosphere", title: "Premium Environment", items: [
+ "Upscale design", "Comfortable chairs", "Industrial aesthetic"],
},
{
- id: "f2",
- label: "Excellence",
- title: "Skilled Barbers",
- items: [
- "Attention to detail",
- "Experienced pros",
- "Modern techniques",
- ],
+ id: "f2", label: "Excellence", title: "Skilled Barbers", items: [
+ "Attention to detail", "Experienced pros", "Modern techniques"],
},
{
- id: "f3",
- label: "Detail",
- title: "Personalized Service",
- items: [
- "Custom consultation",
- "Tailored results",
- "Consistent quality",
- ],
+ id: "f3", label: "Detail", title: "Personalized Service", items: [
+ "Custom consultation", "Tailored results", "Consistent quality"],
},
]}
title="Why Ortahaus?"
@@ -290,18 +190,13 @@ export default function LandingPage() {
@@ -312,29 +207,19 @@ export default function LandingPage() {
logoText="Ortahaus"
columns={[
{
- title: "Visit Us",
- items: [
+ title: "Visit Us", items: [
{
- label: "920 Studemont St",
- href: "#",
- },
+ label: "920 Studemont St", href: "#"},
{
- label: "Houston, TX",
- href: "#",
- },
+ label: "Houston, TX", href: "#"},
],
},
{
- title: "Quick Links",
- items: [
+ title: "Quick Links", items: [
{
- label: "Book Now",
- href: "#",
- },
+ label: "Book Now", href: "#"},
{
- label: "Call Shop",
- href: "tel:8326497646",
- },
+ label: "Call Shop", href: "tel:8326497646"},
],
},
]}