Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-04-13 15:19:09 +00:00

View File

@@ -91,11 +91,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1", name: "Breakfast Burrito", price: "$11.64", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CJ0t0AzWEA1zu6ou9EvdZJLTtm/uploaded-1776093445960-aaw5kzmk.png"},
id: "1", name: "Breakfast Burrito", price: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CJ0t0AzWEA1zu6ou9EvdZJLTtm/uploaded-1776093445960-aaw5kzmk.png"},
{
id: "2", name: "Classic Breakfast Sandwich", price: "$4.04", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CJ0t0AzWEA1zu6ou9EvdZJLTtm/uploaded-1776093445960-4j6162y3.png"},
id: "2", name: "Classic Breakfast Sandwich", price: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CJ0t0AzWEA1zu6ou9EvdZJLTtm/uploaded-1776093445960-4j6162y3.png"},
{
id: "3", name: "Western Omelette", price: "$11.13", imageSrc: "http://img.b2bpic.net/free-photo/spanich-omelet-plate_74190-5956.jpg"},
id: "3", name: "Western Omelette", price: "", imageSrc: "http://img.b2bpic.net/free-photo/spanich-omelet-plate_74190-5956.jpg"},
]}
title="Fresh From Our Kitchen"
description="Explore our delicious selection of breakfast plates, sandwiches, and fresh baked goods."
@@ -106,12 +106,7 @@ export default function LandingPage() {
<TestimonialCardFive
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "1", name: "Chelle", date: "5 months ago", title: "Regular Customer", quote: "Nancy remembers you by name no matter how many times you come in! They are an amazing group of women who really care about their community!", tag: "Delicious", avatarSrc: "http://img.b2bpic.net/free-photo/woman-having-virtual-date_23-2149307212.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086037.jpg?_wi=2", imageAlt: "smiling customer portrait casual"},
{
id: "2", name: "TriosGaming", date: "a month ago", title: "Breakfast Regular", quote: "I am a regular at the Gorham location simply because of the staff and the great energy with a smile I am greeted with each and every time.", tag: "Great Service", avatarSrc: "http://img.b2bpic.net/free-photo/fashionable-handsome-male-student-with-thick-beard-sitting-wooden-table-with-mug-drinking-coffee-having-happy-cheerful-face-expression_273609-1763.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25273.jpg", imageAlt: "smiling customer portrait casual"},
]}
testimonials={[]}
title="Loved by Gorham Locals"
description="See why we're considered the best local breakfast gem in town."
/>
@@ -120,12 +115,7 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "1", title: "What are your operating hours?", content: "We open at 6 AM every Tuesday through Sunday. We are closed on Mondays."},
{
id: "2", title: "Can I eat in?", content: "Yes! We have plenty of seating for you to enjoy your breakfast or lunch with friends and family."},
]}
faqs={[]}
sideTitle="Frequently Asked Questions"
sideDescription="Everything you need to know about visiting Mr. Bagel Gorham."
faqsAnimation="slide-up"
@@ -158,4 +148,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}