Merge version_2 into main #8

Merged
bender merged 2 commits from version_2 into main 2026-03-06 15:00:03 +00:00
2 changed files with 18 additions and 9 deletions

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>

View File

@@ -153,9 +153,14 @@ export default function TermsOfServicePage() {
<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>