Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 41e0d94950 | |||
| b974cf1830 | |||
| e588acbb75 | |||
| 52afb533a4 | |||
| c2bb8df973 |
@@ -39,6 +39,7 @@ export default function LandingPage() {
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "EN", id: "lang" }
|
||||
]}
|
||||
brandName="Coffee Hub by Jassu"
|
||||
/>
|
||||
@@ -64,7 +65,7 @@ export default function LandingPage() {
|
||||
tag="About Us"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn Our Story", href: "#"},
|
||||
text: "Read Our Coffee Journey", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -241,4 +242,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user