Merge version_1 into main #3
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "aurora" }}
|
||||
title="Five Star Hope Barbershop"
|
||||
description="Experience precision grooming and professional styling at the premier barbershop in town. Our expert barbers deliver flawless fades, sharp lines, and perfect grooming for the discerning gentleman."
|
||||
kpis={[
|
||||
@@ -218,7 +218,7 @@ export default function LandingPage() {
|
||||
{ text: "Book Appointment", href: "tel:+1-555-BARBER-1" },
|
||||
{ text: "Visit Us", href: "https://maps.google.com" }
|
||||
]}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "aurora" }}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -236,4 +236,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user