Merge version_4 into main #3

Merged
bender merged 1 commits from version_4 into main 2026-04-16 16:22:58 +00:00

View File

@@ -41,13 +41,13 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{ variant: "sparkles-gradient" }}
title="Experience the Authentic Taste of Chikmagalur"
title="Experience the Authentic Taste of Chikmagalur in Hyderabad"
description="Premium Coffee. Cozy Vibes. Unforgettable Moments."
buttons={[
{ text: "Visit Us Today", href: "#contact" },
{ text: "View Menu", href: "#menu" }
]}
imageSrc="http://img.b2bpic.net/free-photo/coffee-maker-machine-table_23-2148937222.jpg"
imageSrc="http://img.b2bpic.net/free-photo/coffee-maker-machine-table_23-2148937222.jpg?_wi=1"
/>
</div>
@@ -105,7 +105,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
logoText="CCC Hyderabad"
imageSrc="http://img.b2bpic.net/free-photo/coffee-maker-machine-table_23-2148937222.jpg"
imageSrc="http://img.b2bpic.net/free-photo/coffee-maker-machine-table_23-2148937222.jpg?_wi=2"
columns={[
{ title: "Navigation", items: [{ label: "Home", href: "#" }, { label: "Menu", href: "#menu" }] },
{ title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "Privacy", href: "#" }] }