Update src/app/page.tsx
This commit is contained in:
@@ -56,7 +56,7 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Fresh Bagels & Deli Sandwiches, Made Daily"
|
||||
description="Award-quality bagels, premium deli meats, and classic sandwiches served fresh. Visit us on Lindenhurst Avenue for breakfast, lunch, or catering."
|
||||
buttons={[
|
||||
@@ -75,7 +75,9 @@ export default function LandingPage() {
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379534.jpg", imageAlt: "An inviting display of various types of freshly baked bagels"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
mediaAnimation="blur-reveal"
|
||||
buttonAnimation="blur-reveal"
|
||||
tagAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -94,7 +96,7 @@ export default function LandingPage() {
|
||||
icon: Smile,
|
||||
label: "Happy Customers", value: "100K+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -118,12 +120,14 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="More Than Just Bagels"
|
||||
description="From hearty breakfast options to delicious lunch specials and full-service catering, we have something for everyone."
|
||||
tagAnimation="blur-reveal"
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
@@ -144,12 +148,14 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Our Delicious Menu"
|
||||
description="Explore our wide selection of freshly baked bagels, gourmet cream cheeses, signature deli sandwiches, and hot coffee."
|
||||
tagAnimation="blur-reveal"
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
@@ -174,6 +180,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear from our satisfied customers about their favorite bagels, sandwiches, and the friendly service that keeps them coming back."
|
||||
tagAnimation="blur-reveal"
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -197,7 +205,9 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our menu, ingredients, ordering, and special requests."
|
||||
faqsAnimation="slide-up"
|
||||
faqsAnimation="blur-reveal"
|
||||
tagAnimation="blur-reveal"
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -211,6 +221,8 @@ export default function LandingPage() {
|
||||
description="We're a beloved local establishment, recognized for our commitment to quality and community support."
|
||||
speed={40}
|
||||
showCard={true}
|
||||
tagAnimation="blur-reveal"
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -218,17 +230,19 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Visit Us"
|
||||
title="Find Us in Lindenhurst"
|
||||
description="Stop by for breakfast or lunch, or call ahead for catering. We're open daily and ready to serve you!\n\n**Address:** 123 Lindenhurst Ave, Lindenhurst, NY 11757\n**Phone:** (631) 555-1234\n**Hours:** Mon-Sun: 6 AM - 3 PM"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/low-angle-bistro-exterior-architecture_23-2149356830.jpg"
|
||||
imageAlt="Exterior of Lindenhurst Bagels & Deli storefront"
|
||||
mediaAnimation="slide-up"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Your email for updates"
|
||||
buttonText="Stay Updated"
|
||||
termsText="By clicking Stay Updated you're confirming that you agree to receive promotional emails."
|
||||
tagAnimation="blur-reveal"
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user