7 Commits

Author SHA1 Message Date
95ad1845bf Update src/app/page.tsx 2026-03-06 18:24:34 +00:00
43d6481036 Update src/app/layout.tsx 2026-03-06 18:24:34 +00:00
5dba1c9de3 Merge version_2 into main
Merge version_2 into main
2026-03-06 18:22:22 +00:00
5486a28faa Merge version_2 into main
Merge version_2 into main
2026-03-06 18:21:52 +00:00
935e926846 Merge version_2 into main
Merge version_2 into main
2026-03-06 18:21:36 +00:00
7864920823 Merge version_2 into main
Merge version_2 into main
2026-03-06 15:00:02 +00:00
8b13d3206f Merge version_2 into main
Merge version_2 into main
2026-03-06 14:58:21 +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"