Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9b07c1f31d | |||
| a24d499380 | |||
| 299d021e87 | |||
| 34169381e2 | |||
| 96e53c3210 | |||
| 1fdd2cffc5 | |||
| 9bb34a81ca | |||
| efd3a97858 | |||
| 8d76e22353 | |||
| 21080461fc | |||
| 8d5ed3504b |
@@ -61,6 +61,8 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Tradition meets Modern Art"
|
||||
className="bg-gradient-to-b from-transparent via-accent/10 to-transparent"
|
||||
ariaLabel="About our Omakase experience"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -117,6 +119,7 @@ export default function LandingPage() {
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-background-with-paper-layers_23-2149872534.jpg"
|
||||
logoText="Sakura Wave"
|
||||
className="bg-neutral-900 text-white"
|
||||
columns={[
|
||||
{ title: "Navigate", items: [{ label: "Home", href: "/" }, { label: "Menu", href: "/menu" }, { label: "Gallery", href: "/gallery" }, { label: "Contact", href: "/contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Use", href: "#" }] },
|
||||
@@ -126,4 +129,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user