Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| da8f2e952d | |||
| c46ba6682e | |||
| 2414bd0cd5 | |||
| 1e9de341f2 |
@@ -36,7 +36,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
]}
|
]}
|
||||||
brandName="Haven House Cafe"
|
brandName="Haven House Cafe"
|
||||||
button={{ text: "Visit", href: "#contact" }}
|
button={{ text: "View Menu", href: "#deals" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
|||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-pastries-display_627829-8306.jpg", imageAlt: "Fresh pastries" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-pastries-display_627829-8306.jpg", imageAlt: "Fresh pastries" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/warm-cafe-seating-area_662251-1348.jpg", imageAlt: "Cozy seating" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/warm-cafe-seating-area_662251-1348.jpg", imageAlt: "Cozy seating" },
|
||||||
]}
|
]}
|
||||||
buttons={[{ text: "Our Offerings", href: "#deals" }, { text: "Contact Us", href: "#contact" }]}
|
buttons={[{ text: "View Menu", href: "#deals" }, { text: "Contact Us", href: "#contact" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -146,4 +146,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user