Update src/app/page.tsx

This commit is contained in:
2026-03-06 14:59:57 +00:00
parent a2747d3a5c
commit d09ce5258e

View File

@@ -204,9 +204,8 @@ export default function LandingPage() {
<ContactCenter
title="Get in Touch"
description="Have questions? Our team is here to help you find the perfect products for your skin."
phone="+61 8 9876 5432"
email="hello@sakurabeauty.com"
address="1/369 William Street, Northbridge WA 6000"
tag="Contact Us"
background={{ variant: "plain" }}
useInvertedBackground={false}
ariaLabel="Contact information"
/>
@@ -215,9 +214,14 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
logoText="Sakura Beauty"
logoDescription="Perth's trusted destination for authentic Korean & Japanese beauty products."
leftLink={{ text: "Privacy Policy", href: "/privacy" }}
rightLink={{ text: "Terms of Service", href: "/terms" }}
columns={[
{
items: [
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" }
]
}
]}
ariaLabel="Site footer"
/>
</div>