Merge version_2 into main #1
@@ -55,7 +55,6 @@ export default function LandingPage() {
|
||||
{ text: "View Menu", href: "#menu" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -104,7 +103,6 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-cafe-interior-design_23-2151945689.jpg"
|
||||
imageAlt="Luxury Dessert Lounge Interior"
|
||||
videoAriaLabel="Atmosphere section video"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -153,7 +151,6 @@ export default function LandingPage() {
|
||||
description="Our luxurious lounge is the perfect setting for all your special gatherings:\n\n✓ Birthday Gatherings\n✓ Date Nights\n✓ Family Outings\n✓ Girls' Night Out\n✓ Dessert Dates"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sharing-birthday-cake_1098-15518.jpg"
|
||||
imageAlt="People celebrating with desserts"
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Reserve Your Table", href: "#contact" }
|
||||
]}
|
||||
@@ -168,7 +165,6 @@ export default function LandingPage() {
|
||||
description="15795 Croydon Dr Unit 110\nSurrey, BC\n\n**Hours:**\nMon-Thu: 12 PM - 10 PM\nFri-Sat: 12 PM - 11 PM\nSun: 12 PM - 10 PM"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/travel-composition-with-slate_23-2147982057.jpg"
|
||||
imageAlt="Map of Heavenly Desserts Morgan Crossing"
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:+1234567890" },
|
||||
{ text: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=15795+Croydon+Dr+Unit+110+Surrey+BC" },
|
||||
@@ -201,7 +197,6 @@ export default function LandingPage() {
|
||||
{ items: [{ label: "Contact", href: "#contact" }, { label: "Reservations", href: "#contact" }] },
|
||||
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user