Update src/app/page.tsx
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user