Merge version_3 into main #5
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
@@ -53,29 +53,11 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
title="Welcome to Borgo Kefalonia: Taste the Aegean Breeze"
|
||||
description="Authentic Greek flavors crafted with passion. Join us for an unforgettable culinary journey in a serene island setting."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Eleni P.", handle: "@elenifoodie", testimonial: "Borgo Kefalonia is a culinary gem! Every dish is a masterpiece, reminding me of my grandmother's cooking.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-elderly-man-recording-recipe-step-by-step-hoe-kitchen-retired-blogger-chef-influencer-using-internet-technology-communicating-shooting-blogging-social-media-with-digital-equipment_482257-14457.jpg"},
|
||||
{
|
||||
name: "Mark J.", handle: "@travel_mark", testimonial: "The atmosphere and food are simply divine. A true taste of Greece right here!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-with-blue-pullover_1098-2414.jpg"},
|
||||
{
|
||||
name: "Sophia L.", handle: "@sophia_eats", testimonial: "Absolutely the best moussaka I've ever had! The service was exceptional too.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-guy-with-ginger-beard-white-modern-shirt-light-plaid-tshirt-looking-into-camera-isolated-backdrop_197531-27713.jpg"},
|
||||
{
|
||||
name: "David K.", handle: "@gourmet_david", testimonial: "A fantastic dining experience. Highly recommend the fresh seafood and local wines.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-happy-middle-aged-caucasian-woman-black-t-shirt-clenching-fist-smiling-broadly_343059-1886.jpg"},
|
||||
{
|
||||
name: "Maria C.", handle: "@maria_foodventures", testimonial: "From starters to dessert, every bite was a delight. A must-visit in Kefalonia!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-barista-black-apron-showing-thumbsup-recommending-cafe-restaurant-standing-agains_1258-145210.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Menu", href: "#menu"},
|
||||
@@ -84,37 +66,6 @@ export default function LandingPage() {
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157778.jpg"
|
||||
imageAlt="Cozy restaurant interior with warm lighting"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/olives-cup-icon-isolated_24640-134672.jpg", alt: "chef portrait smiling"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157778.jpg", alt: "woman smiling happy customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-elderly-man-recording-recipe-step-by-step-hoe-kitchen-retired-blogger-chef-influencer-using-internet-technology-communicating-shooting-blogging-social-media-with-digital-equipment_482257-14457.jpg", alt: "young man smiling portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-woman-with-blue-pullover_1098-2414.jpg", alt: "mature woman portrait smiling"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-guy-with-ginger-beard-white-modern-shirt-light-plaid-tshirt-looking-into-camera-isolated-backdrop_197531-27713.jpg", alt: "young man smiling portrait"},
|
||||
]}
|
||||
avatarText="Join our community of food lovers!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon", text: "Authentic Greek Cuisine", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "Fresh Local Ingredients", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "Warm Island Hospitality", icon: Smile,
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "Award-Winning Dishes", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "Perfect for Any Occasion", icon: Gift,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -336,4 +287,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user