diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a987e52..3c5a892 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1392,4 +1392,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a3018f..d7e504c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { tagIcon={Scissors} buttons={[ { text: "Book Your Cut", href: "#booking" }, - { text: "View Services", href: "#services" }, + { text: "See Gallery", href: "#services" }, ]} background={{ variant: "radial-gradient" }} dashboard={{ @@ -211,4 +211,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file