Update src/app/page.tsx

This commit is contained in:
2026-03-10 16:16:59 +00:00
parent aa41b91e9a
commit c5ea666ff2

View File

@@ -8,7 +8,6 @@ import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCa
import BlogCardTwo from "@/components/sections/blog/BlogCardTwo";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
import { Sparkles, Star, BookOpen } from "lucide-react";
import Link from "next/link";
export default function HomePage() {
return (
@@ -45,7 +44,7 @@ export default function HomePage() {
<HeroLogoBillboardSplit
logoText="Gary Westacott"
description="Experience luxury hair styling and premium salon services. Elevate your look with expert cuts, vibrant color, and transformative treatments crafted with precision and passion."
background={{ variant: "radial-gradient" }}
background={{ variant: "circleGradient" }}
buttons={[
{ text: "Book Now", href: "/booking" },
{ text: "Explore Services", href: "/services" },