Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #12.
This commit is contained in:
2026-03-06 18:24:38 +00:00
2 changed files with 6 additions and 11 deletions

View File

@@ -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 (
<html lang="en">
<body className={`${outfit.variable} font-outfit`}>
{children}
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `

View File

@@ -35,7 +35,7 @@ export default function LandingPage() {
{ name: "Store", id: "store" },
{ name: "Contact", id: "contact" },
]}
button={{ text: "Call Now", href: "tel:+61898765432" }}
button={{ text: "Book Skin Consultation", href: "tel:+61898765432" }}
/>
</div>
@@ -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"