Merge version_1 into main #2
@@ -8,7 +8,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { Heart, Leaf, Flame, Zap, Heart as HeartIcon, Truck, MapPin } from 'lucide-react';
|
||||
import { Heart, Leaf, Flame, Zap, Truck, MapPin } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -51,12 +51,12 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cheeseburger-grilled-beef-patty-with-cheese-lettuce-burger-buns_141793-4806.jpg?_wi=1", imageAlt: "Fresh Eddy's Burger" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-hamburger-burger-with-beef-tomato-cheese-pickled-cucumber_2829-6069.jpg?_wi=1", imageAlt: "Classic Burger" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/meat-burger-tomato-onion-beans-walnuts-side-view_141793-2391.jpg?_wi=1", imageAlt: "Specialty Burger" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-tasty-with-vegetables-meat-inside-round-plate_140725-11602.jpg?_wi=1", imageAlt: "Bacon Burger" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cheeseburger-grilled-beef-patty-with-cheese-lettuce-burger-buns_141793-4806.jpg?_wi=2", imageAlt: "Delicious Burger" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-hamburger-burger-with-beef-tomato-cheese-pickled-cucumber_2829-6069.jpg?_wi=2", imageAlt: "Homemade Burger" },
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cheeseburger-grilled-beef-patty-with-cheese-lettuce-burger-buns_141793-4806.jpg", imageAlt: "Fresh Eddy's Burger" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-hamburger-burger-with-beef-tomato-cheese-pickled-cucumber_2829-6069.jpg", imageAlt: "Classic Burger" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/meat-burger-tomato-onion-beans-walnuts-side-view_141793-2391.jpg", imageAlt: "Specialty Burger" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-tasty-with-vegetables-meat-inside-round-plate_140725-11602.jpg", imageAlt: "Bacon Burger" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cheeseburger-grilled-beef-patty-with-cheese-lettuce-burger-buns_141793-4806.jpg", imageAlt: "Delicious Burger" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-hamburger-burger-with-beef-tomato-cheese-pickled-cucumber_2829-6069.jpg", imageAlt: "Homemade Burger" },
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -71,7 +71,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="trust" data-section="trust">
|
||||
<TestimonialCardFifteen
|
||||
testimonial="\"Fresh, never frozen burgers with incredible service. This is hands down the best burger place in Komárom. Can't recommend Eddy's enough!\""
|
||||
testimonial="Fresh, never frozen burgers with incredible service. This is hands down the best burger place in Komárom. Can't recommend Eddy's enough!"
|
||||
rating={5}
|
||||
author="András K., Local Customer"
|
||||
avatars={[
|
||||
@@ -97,9 +97,9 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
products={[
|
||||
{ id: "1", name: "Classic Eddy's Burger", price: "2,200 Ft", imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-hamburger-burger-with-beef-tomato-cheese-pickled-cucumber_2829-6069.jpg?_wi=3", imageAlt: "Classic Eddy's Burger", initialQuantity: 1 },
|
||||
{ id: "2", name: "Bacon & Cheese Burger", price: "2,800 Ft", imageSrc: "http://img.b2bpic.net/free-photo/meat-burger-tomato-onion-beans-walnuts-side-view_141793-2391.jpg?_wi=2", imageAlt: "Bacon & Cheese Burger", initialQuantity: 1 },
|
||||
{ id: "3", name: "Premium Double Burger", price: "3,500 Ft", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-tasty-with-vegetables-meat-inside-round-plate_140725-11602.jpg?_wi=2", imageAlt: "Premium Double Burger", initialQuantity: 1 },
|
||||
{ id: "1", name: "Classic Eddy's Burger", price: "2,200 Ft", imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-hamburger-burger-with-beef-tomato-cheese-pickled-cucumber_2829-6069.jpg", imageAlt: "Classic Eddy's Burger", initialQuantity: 1 },
|
||||
{ id: "2", name: "Bacon & Cheese Burger", price: "2,800 Ft", imageSrc: "http://img.b2bpic.net/free-photo/meat-burger-tomato-onion-beans-walnuts-side-view_141793-2391.jpg", imageAlt: "Bacon & Cheese Burger", initialQuantity: 1 },
|
||||
{ id: "3", name: "Premium Double Burger", price: "3,500 Ft", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-tasty-with-vegetables-meat-inside-round-plate_140725-11602.jpg", imageAlt: "Premium Double Burger", initialQuantity: 1 },
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -118,11 +118,11 @@ export default function LandingPage() {
|
||||
{ title: "Fresh Ingredients", description: "Never frozen beef and quality toppings sourced locally", icon: Leaf },
|
||||
{ title: "Made to Order", description: "Every burger cooked fresh when you order, not sitting under a heat lamp", icon: Flame },
|
||||
{ title: "Fast Service", description: "Quick turnaround without compromising on quality or taste", icon: Zap },
|
||||
{ title: "Local Business", description: "Family-owned and operated in Komárom since day one", icon: HeartIcon },
|
||||
{ title: "Local Business", description: "Family-owned and operated in Komárom since day one", icon: Heart },
|
||||
{ title: "Delivery Available", description: "Order via Wolt and have fresh burgers delivered to your door", icon: Truck },
|
||||
{ title: "Easy Ordering", description: "Call us at 06 70 222 2929 or order online through Wolt" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-hamburgers-wooden-tray-with-blurred-background_181624-2322.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-hamburgers-wooden-tray-with-blurred-background_181624-2322.jpg"
|
||||
imageAlt="Eddy's Burger Restaurant"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -150,7 +150,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-hamburgers-wooden-tray-with-blurred-background_181624-2322.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-hamburgers-wooden-tray-with-blurred-background_181624-2322.jpg"
|
||||
imageAlt="Eddy's Burger Restaurant"
|
||||
columns={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user