diff --git a/src/app/layout.tsx b/src/app/layout.tsx index eeeddcb..f8fa99e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,14 +1,11 @@ import type { Metadata } from "next"; -import { Outfit } from "next/font/google"; +import { Inter } from "next/font/google"; import "./globals.css"; -const outfit = Outfit({ - variable: "--font-outfit", subsets: ["latin"], - weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], -}); +const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Sakura Beauty - Korean & Japanese Beauty Products in Perth", description: "Perth's trusted destination for authentic Korean & Japanese skincare, makeup & viral beauty brands. Visit our Northbridge store today."}; + title: "Sakura Beauty - Perth's Premium Korean & Japanese Beauty Store", description: "Discover authentic Korean and Japanese skincare, makeup & beauty products at Sakura Beauty in Northbridge, Perth. Expert staff, verified authentic products, and viral K-beauty trends."}; export default function RootLayout({ children, @@ -17,9 +14,7 @@ export default function RootLayout({ }) { return ( -
- {children} - + {children} @@ -59,7 +59,7 @@ export default function LandingPage() { rating={5} ratingText="4.6⭐ Rated by 145 loving customers" buttons={[ - { text: "Call Now", href: "tel:+61898765432" }, + { text: "Book Skin Consultation", href: "tel:+61898765432" }, { text: "Get Directions", href: "https://maps.google.com/?q=1%2F369+William+St,+Perth+WA+6000" }, ]} buttonAnimation="slide-up"