|
|
|
|
@@ -6,10 +6,9 @@ import ContactText from '@/components/sections/contact/ContactText';
|
|
|
|
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
|
|
|
|
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
|
|
|
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
|
|
|
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
|
|
|
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
|
|
|
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
|
|
|
|
import { Coffee, Instagram, Facebook, MapPin } from "lucide-react";
|
|
|
|
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
|
|
|
|
import { Coffee, Instagram, Facebook, MapPin, Quote } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -72,32 +71,31 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="menu" data-section="menu">
|
|
|
|
|
<ProductCardOne
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
|
<TestimonialCardThirteen
|
|
|
|
|
showRating={true}
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
gridVariant="uniform-all-items-equal"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
products={[
|
|
|
|
|
{ id: "1", name: "Signature Bagel Sandwich", price: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CJ0t0AzWEA1zu6ou9EvdZJLTtm/uploaded-1776093445960-aaw5kzmk.png" },
|
|
|
|
|
{ id: "2", name: "Breakfast Wrap", price: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CJ0t0AzWEA1zu6ou9EvdZJLTtm/uploaded-1776093445960-4j6162y3.png" },
|
|
|
|
|
]}
|
|
|
|
|
title="Fresh From Our Kitchen"
|
|
|
|
|
description="Explore our delicious selection of breakfast plates, sandwiches, and fresh baked goods."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
|
<TestimonialCardFive
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
testimonials={[
|
|
|
|
|
{ id: "1", name: "Alex P.", date: "Oct 2024", title: "Amazing local gem", quote: "The best bagels in Gorham, hands down. The staff is so friendly and everything is always super fresh.", tag: "Local Regular", avatarSrc: "https://ui-avatars.com/api/?name=Alex+P&background=random" },
|
|
|
|
|
{ id: "2", name: "Sarah J.", date: "Nov 2024", title: "Daily morning stop", quote: "I never start my morning without a coffee and a wrap here. Consistently great service and delicious food.", tag: "Daily Customer", avatarSrc: "https://ui-avatars.com/api/?name=Sarah+J&background=random" },
|
|
|
|
|
{ id: "3", name: "Mike R.", date: "Jan 2025", title: "Great breakfast plates", quote: "The portions are huge and the quality is unmatched. My go-to breakfast spot on weekends.", tag: "Foodie", avatarSrc: "https://ui-avatars.com/api/?name=Mike+R&background=random" }
|
|
|
|
|
]}
|
|
|
|
|
title="Loved by Gorham Locals"
|
|
|
|
|
description="See why we're considered the best local breakfast gem in town."
|
|
|
|
|
testimonials={[
|
|
|
|
|
{ id: "1", name: "Alex P.", handle: "@alexp", testimonial: "The best bagels in Gorham, hands down.", rating: 5, icon: Quote },
|
|
|
|
|
{ id: "2", name: "Sarah J.", handle: "@sarahj", testimonial: "Consistently great service and delicious food.", rating: 5, icon: Quote },
|
|
|
|
|
{ id: "3", name: "Mike R.", handle: "@miker", testimonial: "The portions are huge and the quality is unmatched.", rating: 5, icon: Quote },
|
|
|
|
|
{ id: "4", name: "Tom B.", handle: "@tomb", testimonial: "Great atmosphere and even better bagels!", rating: 5, icon: Quote },
|
|
|
|
|
{ id: "5", name: "Linda W.", handle: "@lindaw", testimonial: "Perfect morning ritual.", rating: 5, icon: Quote },
|
|
|
|
|
{ id: "6", name: "James K.", handle: "@jamesk", testimonial: "Always fresh, always warm.", rating: 5, icon: Quote },
|
|
|
|
|
{ id: "7", name: "Elena G.", handle: "@elenag", testimonial: "Super friendly local spot!", rating: 5, icon: Quote },
|
|
|
|
|
{ id: "8", name: "David F.", handle: "@davidf", testimonial: "The wraps are to die for.", rating: 5, icon: Quote },
|
|
|
|
|
{ id: "9", name: "Karen S.", handle: "@karens", testimonial: "My favorite place for a lazy weekend breakfast.", rating: 5, icon: Quote },
|
|
|
|
|
{ id: "10", name: "Brian H.", handle: "@brianh", testimonial: "Exceptional service every time.", rating: 5, icon: Quote },
|
|
|
|
|
{ id: "11", name: "Rachel L.", handle: "@rachell", testimonial: "Everything is always cooked fresh.", rating: 5, icon: Quote },
|
|
|
|
|
{ id: "12", name: "Steve M.", handle: "@stevem", testimonial: "Just what Gorham needed.", rating: 5, icon: Quote },
|
|
|
|
|
{ id: "13", name: "Diane C.", handle: "@dianec", testimonial: "Highly recommended for everyone.", rating: 5, icon: Quote },
|
|
|
|
|
{ id: "14", name: "Chris V.", handle: "@chrisv", testimonial: "Really nice spot to relax.", rating: 5, icon: Quote },
|
|
|
|
|
{ id: "15", name: "Susan B.", handle: "@susanb", testimonial: "Truly the best in town.", rating: 5, icon: Quote }
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|