diff --git a/src/app/page.tsx b/src/app/page.tsx
index ca20712..7b02605 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,7 +10,7 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
-import { Cake, Clock, Coffee, MapPin, Smile, Sparkles } from "lucide-react";
+import { Cake, Coffee, MapPin, Smile, Sparkles, Clock } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -54,106 +42,36 @@ export default function LandingPage() {
@@ -163,21 +81,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Willkommen bei Bevela’s"
metrics={[
- {
- icon: Coffee,
- label: "Kaffee-Spezialitäten",
- value: "10+",
- },
- {
- icon: Cake,
- label: "Hausgemachte Kuchen",
- value: "Täglich",
- },
- {
- icon: Smile,
- label: "Zufriedene Gäste",
- value: "500+",
- },
+ { icon: Coffee, label: "Kaffee-Spezialitäten", value: "10+" },
+ { icon: Cake, label: "Hausgemachte Kuchen", value: "Täglich" },
+ { icon: Smile, label: "Zufriedene Gäste", value: "500+" }
]}
metricsAnimation="slide-up"
/>
@@ -190,41 +96,17 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "Frischer Kaffee",
- description: "Spezialitäten, mit Leidenschaft zubereitet.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/hot-chocolate_74190-6907.jpg",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-cake-slice-with-spoon-mint_23-2148689772.jpg",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/luxury-bar-illuminated-by-modern-lighting-equipment-generated-by-ai_188544-24181.jpg?_wi=2",
- imageAlt: "cappuccino with latte art",
+ title: "Frischer Kaffee", description: "Spezialitäten, mit Leidenschaft zubereitet.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/hot-chocolate_74190-6907.jpg" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-cake-slice-with-spoon-mint_23-2148689772.jpg" }
},
{
- title: "Hausgemachter Kuchen",
- description: "Traditionell und frisch gebacken.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-muffin-with-raisin-cup-tea-wooden-board_114579-52641.jpg",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/aroma-background-love-house-taste_1232-3951.jpg",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/tea-bread-fried-omelette-with-slices-cucumber-blue-plate_23-2147862975.jpg?_wi=1",
- imageAlt: "cappuccino with latte art",
+ title: "Hausgemachter Kuchen", description: "Traditionell und frisch gebacken.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/delicious-muffin-with-raisin-cup-tea-wooden-board_114579-52641.jpg" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/aroma-background-love-house-taste_1232-3951.jpg" }
},
{
- title: "Gemütliches Ambiente",
- description: "Dein Wohnzimmer in Mühlacker.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-restaurant_1339-5435.jpg",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-man-preparing-cappuccino-coffee-machine_613910-446.jpg",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/cute-stylish-family-summer-city_1157-19949.jpg?_wi=1",
- imageAlt: "cappuccino with latte art",
- },
+ title: "Gemütliches Ambiente", description: "Dein Wohnzimmer in Mühlacker.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-restaurant_1339-5435.jpg" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-man-preparing-cappuccino-coffee-machine_613910-446.jpg" }
+ }
]}
showStepNumbers={false}
title="Unsere Highlights"
@@ -239,60 +121,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- {
- id: "1",
- brand: "Frühstück",
- name: "Klassisches Frühstück",
- price: "12€",
- rating: 5,
- reviewCount: "12",
- imageSrc: "http://img.b2bpic.net/free-photo/tea-bread-fried-omelette-with-slices-cucumber-blue-plate_23-2147862975.jpg?_wi=2",
- },
- {
- id: "2",
- brand: "Kaffee",
- name: "Cappuccino",
- price: "3.50€",
- rating: 5,
- reviewCount: "25",
- imageSrc: "http://img.b2bpic.net/free-photo/barista-cafe-making-coffee-preparation-service-concept_1157-36648.jpg",
- },
- {
- id: "3",
- brand: "Kuchen",
- name: "Hausgemachter Käsekuchen",
- price: "4.20€",
- rating: 5,
- reviewCount: "18",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-chocolate-cake-slice_114579-50947.jpg",
- },
- {
- id: "4",
- brand: "Frühstück",
- name: "Türkische Platte",
- price: "15€",
- rating: 5,
- reviewCount: "40",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-with-fried-eggs-honey-jams-fresh-vegetables-cheese-wooden-table_140725-10358.jpg",
- },
- {
- id: "5",
- brand: "Kaffee",
- name: "Latte Macchiato",
- price: "3.90€",
- rating: 5,
- reviewCount: "32",
- imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-frothing-pouring-from-espresso-machine_23-2147834514.jpg",
- },
- {
- id: "6",
- brand: "Kuchen",
- name: "Apfelkuchen",
- price: "3.80€",
- rating: 5,
- reviewCount: "22",
- imageSrc: "http://img.b2bpic.net/free-photo/cake-plate-with-mint-cutlery_23-2148489083.jpg",
- },
+ { id: "1", brand: "Frühstück", name: "Klassisches Frühstück", price: "12€", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/tea-bread-fried-omelette-with-slices-cucumber-blue-plate_23-2147862975.jpg" },
+ { id: "2", brand: "Kaffee", name: "Cappuccino", price: "3.50€", rating: 5, reviewCount: "25", imageSrc: "http://img.b2bpic.net/free-photo/barista-cafe-making-coffee-preparation-service-concept_1157-36648.jpg" },
+ { id: "3", brand: "Kuchen", name: "Hausgemachter Käsekuchen", price: "4.20€", rating: 5, reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-chocolate-cake-slice_114579-50947.jpg" },
+ { id: "4", brand: "Frühstück", name: "Türkische Platte", price: "15€", rating: 5, reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-with-fried-eggs-honey-jams-fresh-vegetables-cheese-wooden-table_140725-10358.jpg" },
+ { id: "5", brand: "Kaffee", name: "Latte Macchiato", price: "3.90€", rating: 5, reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-frothing-pouring-from-espresso-machine_23-2147834514.jpg" },
+ { id: "6", brand: "Kuchen", name: "Apfelkuchen", price: "3.80€", rating: 5, reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/cake-plate-with-mint-cutlery_23-2148489083.jpg" }
]}
title="Frühstück & Genuss"
description="Starte deinen Tag mit besonderem Flair."
@@ -305,46 +139,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
- {
- id: "1",
- name: "Sarah Johnson",
- handle: "@sarah",
- testimonial: "Super schönes Café, sehr zentral und freundliches Personal.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-cup_1203-6550.jpg",
- },
- {
- id: "2",
- name: "Michael Chen",
- handle: "@michael",
- testimonial: "Frisch, lecker und liebevoll zubereitet.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownies-served-with-glass-tea_114579-13870.jpg",
- },
- {
- id: "3",
- name: "Emily Rodriguez",
- handle: "@emily",
- testimonial: "Auch mit größerer Gruppe top Service.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/breakfast-table-with-food-desserts-tea_114579-50347.jpg",
- },
- {
- id: "4",
- name: "David Kim",
- handle: "@david",
- testimonial: "Ein kleines Stück Urlaub – fast wie in der Türkei.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/talanted-barista-is-prepairing-coffee-clients-posh-restaurant-using-coffee-machine_613910-3256.jpg",
- },
- {
- id: "5",
- name: "Lisa Schmidt",
- handle: "@lisa",
- testimonial: "Wundervoller Ort zum Entspannen.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-cake-coffee-cup_23-2149707931.jpg",
- },
+ { id: "1", name: "Sarah Johnson", handle: "@sarah", testimonial: "Super schönes Café, sehr zentral und freundliches Personal.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-cup_1203-6550.jpg" },
+ { id: "2", name: "Michael Chen", handle: "@michael", testimonial: "Frisch, lecker und liebevoll zubereitet.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownies-served-with-glass-tea_114579-13870.jpg" },
+ { id: "3", name: "Emily Rodriguez", handle: "@emily", testimonial: "Auch mit größerer Gruppe top Service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/breakfast-table-with-food-desserts-tea_114579-50347.jpg" },
+ { id: "4", name: "David Kim", handle: "@david", testimonial: "Ein kleines Stück Urlaub – fast wie in der Türkei.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/talanted-barista-is-prepairing-coffee-clients-posh-restaurant-using-coffee-machine_613910-3256.jpg" },
+ { id: "5", name: "Lisa Schmidt", handle: "@lisa", testimonial: "Wundervoller Ort zum Entspannen.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-cake-coffee-cup_23-2149707931.jpg" }
]}
showRating={true}
title="Das sagen unsere Gäste"
@@ -357,21 +156,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Modern. Gemütlich. Einladend."
metrics={[
- {
- icon: Coffee,
- label: "Entspannung",
- value: "Pur",
- },
- {
- icon: Clock,
- label: "Auszeit",
- value: "Lange",
- },
- {
- icon: Sparkles,
- label: "Design",
- value: "Stilvoll",
- },
+ { icon: Coffee, label: "Entspannung", value: "Pur" },
+ { icon: Clock, label: "Auszeit", value: "Lange" },
+ { icon: Sparkles, label: "Design", value: "Stilvoll" }
]}
metricsAnimation="slide-up"
/>
@@ -380,12 +167,10 @@ export default function LandingPage() {
@@ -394,14 +179,8 @@ export default function LandingPage() {