Merge version_2 into main #8
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user