diff --git a/src/app/page.tsx b/src/app/page.tsx
index 925c8c4..8fb6ced 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,7 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import SplitAbout from '@/components/sections/about/SplitAbout';
-import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
+import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
export default function LandingPage() {
return (
@@ -37,23 +37,23 @@ export default function LandingPage() {
{ name: "Pricing", id: "pricing" },
{ name: "Contact", id: "contact" },
]}
- brandName="Louie's BarberChop"
+ brandName="Bros Barbershop"
/>
@@ -62,16 +62,11 @@ export default function LandingPage() {
@@ -82,21 +77,21 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "Classic Fade", description: "Precision fades with sharp edges.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/young-excited-blonde-male-barber-uniform-smeared-face-with-shaving-foam-holding-shaving-brush_141793-31568.jpg", imageAlt: "barber shop booking app screen" },
- phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/selfie-after-bath_1098-12978.jpg", imageAlt: "barber shop loyalty program interface" },
+ title: "Precision Fades", description: "Customized fades tailored to your unique style.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/young-excited-blonde-male-barber-uniform-smeared-face-with-shaving-brush_141793-31568.jpg" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/selfie-after-bath_1098-12978.jpg" },
},
{
- title: "Beard Sculpting", description: "Detailed beard shaping and trimming.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/selfie-bathroom_1098-12983.jpg", imageAlt: "barber shop booking app screen" },
- phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/friends-suffering-from-social-media-addiction_23-2149416011.jpg", imageAlt: "barber shop loyalty program interface" },
+ title: "Master Beard Work", description: "Kyle and our team specialize in crisp beard lines and grooming.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/selfie-bathroom_1098-12983.jpg" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/friends-suffering-from-social-media-addiction_23-2149416011.jpg" },
},
{
- title: "Hot Towel Shave", description: "A relaxing and rejuvenating experience.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/low-angle-costumer-barber-shop-looking-phone_23-2148242842.jpg", imageAlt: "barber shop booking app screen" },
- phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/low-angle-client-barber-shop-looking-phone_23-2148242841.jpg", imageAlt: "barber shop loyalty program interface" },
+ title: "Relaxed Beach Vibes", description: "Unwind in our shop—cold drinks, great music, and even better cuts.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/low-angle-costumer-barber-shop-looking-phone_23-2148242842.jpg" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/low-angle-client-barber-shop-looking-phone_23-2148242841.jpg" },
},
]}
showStepNumbers={true}
- title="Our Grooming Services"
- description="Comprehensive care to ensure you look your absolute best every single day."
+ title="Our Services"
+ description="High-energy service with professional results."
/>
@@ -107,20 +102,20 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "basic", badge: "Standard", price: "$25", subtitle: "Classic haircut experience.", buttons: [{ text: "Book Now", href: "#contact" }],
- features: ["Haircut", "Neck trim", "Consultation"],
+ id: "basic", badge: "The Refresh", price: "$30", subtitle: "Clean fade and line-up.", buttons: [{ text: "Book Now", href: "#contact" }],
+ features: ["Precision Cut", "Neck Taper", "Style Consult"],
},
{
- id: "pro", badge: "Popular", price: "$45", subtitle: "The ultimate barber service.", buttons: [{ text: "Book Now", href: "#contact" }],
- features: ["Haircut & Beard", "Hot Towel", "Scalp Massage"],
+ id: "pro", badge: "The Signature", price: "$50", subtitle: "The ultimate Bros experience.", buttons: [{ text: "Book Now", href: "#contact" }],
+ features: ["Signature Cut", "Beard Trim", "Hot Towel Finish"],
},
{
- id: "premium", badge: "Expert", price: "$65", subtitle: "Full grooming package.", buttons: [{ text: "Book Now", href: "#contact" }],
- features: ["Deluxe Haircut", "Face Shave", "Premium Products"],
+ id: "premium", badge: "The Elite", price: "$75", subtitle: "Full grooming transformation.", buttons: [{ text: "Book Now", href: "#contact" }],
+ features: ["Total Grooming", "Deluxe Face Shave", "Premium Products"],
},
]}
- title="Simple Pricing"
- description="Quality service at an accessible price point."
+ title="Transparent Pricing"
+ description="Value-packed services designed for the modern guy."
/>
@@ -131,34 +126,30 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={true}
metrics={[
- { id: "1", value: "15+", description: "Years of experience" },
- { id: "2", value: "10k+", description: "Happy clients served" },
- { id: "3", value: "4.9", description: "Rating out of 5 stars" },
+ { id: "1", value: "5.0", description: "Star Rating" },
+ { id: "2", value: "300+", description: "Five-Star Reviews" },
+ { id: "3", value: "10k", description: "Happy Locals Served" },
]}
- title="By The Numbers"
- description="Our shop has built a solid reputation in the community."
+ title="Trusted by PB Locals"
+ description="We take pride in every cut and every relationship."
/>
-
@@ -167,9 +158,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
- "Hair Masters", "Beard Pro", "Classic Grooming", "The Barber Guild", "Elite Scissors"]}
- title="Trusted Partners"
- description="We use premium products and partner with the best in the grooming industry."
+ "Best of PB", "Barber Weekly", "San Diego Grooming", "Local Business Elite", "Top Rated Shop"]}
+ title="Recognized for Excellence"
+ description="We are honored to be a part of the Pacific Beach community."
/>
@@ -177,41 +168,41 @@ export default function LandingPage() {