From eff6508b262c2bff2d1709b8678eb3fd68a6f659 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 21:44:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 399 ++++++++++++----------------------------------- 1 file changed, 99 insertions(+), 300 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ab171b5..cc41294 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,17 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import { CheckCircle } from 'lucide-react'; export default function LandingPage() { return ( @@ -32,39 +33,23 @@ export default function LandingPage() { @@ -74,13 +59,9 @@ export default function LandingPage() { description="Herzlich Willkommen bei Basic Coffee - Kitchen & Bar! Bei uns finden Sie ausgezeichnetes Frühstück, Mittagessen und leckere Drinks." buttons={[ { - text: "Explore Menu", - href: "#menu", - }, + text: "Speisekarte Entdecken", href: "#menu"}, { - text: "Visit Us", - href: "#contact", - }, + text: "Besuchen Sie Uns", href: "#contact"}, ]} imageSrc="http://img.b2bpic.net/free-photo/closeup-barista-making-latte-art_53876-24971.jpg" imageAlt="Cozy coffee bar interior with happy customers" @@ -92,15 +73,11 @@ export default function LandingPage() { useInvertedBackground={true} heading={[ { - type: "text", - content: "Our Story, Our Passion: Crafting Moments", - }, + type: "text", content: "Unsere Geschichte, Unsere Leidenschaft: Momente Schaffen"}, ]} buttons={[ { - text: "Learn More", - href: "#", - }, + text: "Mehr Erfahren", href: "#"}, ]} /> @@ -111,32 +88,14 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - tag: "Expertly Sourced", - title: "Premium Coffee Selection", - subtitle: "Discover a world of flavor.", - description: "We carefully select the finest beans from sustainable farms worldwide, ensuring every cup delivers a rich and aromatic experience. Our baristas craft each beverage with precision.", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-ai-generated_23-2150691641.jpg", - imageAlt: "Pouring coffee into a cup", - }, + tag: "Fachmännisch Beschafft", title: "Premium Kaffeeauswahl", subtitle: "Entdecken Sie eine Welt voller Geschmack.", description: "Wir wählen die feinsten Bohnen von nachhaltigen Farmen weltweit sorgfältig aus und stellen sicher, dass jede Tasse ein reiches und aromatisches Erlebnis bietet. Unsere Baristas bereiten jedes Getränk präzise zu.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-ai-generated_23-2150691641.jpg", imageAlt: "Pouring coffee into a cup"}, { - tag: "Freshly Prepared", - title: "Delicious Breakfast & Lunch", - subtitle: "Beyond coffee, a culinary journey awaits.", - description: "Our kitchen offers a delightful array of freshly made breakfast and lunch options, using locally sourced ingredients. From hearty bowls to gourmet sandwiches, there's something for every palate.", - imageSrc: "http://img.b2bpic.net/free-photo/mixed-fruit-top-pancake-ice-cream_74190-800.jpg", - imageAlt: "Delicious breakfast platter", - }, + tag: "Frisch Zubereitet", title: "Köstliches Frühstück & Mittagessen", subtitle: "Über Kaffee hinaus erwartet Sie eine kulinarische Reise.", description: "Unsere Küche bietet eine köstliche Auswahl an frisch zubereiteten Frühstücks- und Mittagsoptionen, die aus regionalen Zutaten hergestellt werden. Von herzhaften Bowls bis zu Gourmet-Sandwiches ist für jeden Geschmack etwas dabei.", imageSrc: "http://img.b2bpic.net/free-photo/mixed-fruit-top-pancake-ice-cream_74190-800.jpg", imageAlt: "Delicious breakfast platter"}, { - tag: "Your Perfect Space", - title: "Inviting Ambiance", - subtitle: "Relax, work, or connect in comfort.", - description: "Designed for comfort and connection, our space provides the ideal backdrop for casual meetings, focused work, or simply unwinding. Enjoy our free Wi-Fi and welcoming atmosphere.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-tea-set-table-with-chairs_181624-5522.jpg", - imageAlt: "Cozy cafe interior with comfortable seating", - }, + tag: "Ihr Perfekter Raum", title: "Einladendes Ambiente", subtitle: "Entspannen, arbeiten oder sich verbinden in Komfort.", description: "Unser Raum ist auf Komfort und Verbindung ausgelegt und bietet die ideale Kulisse für zwanglose Treffen, konzentriertes Arbeiten oder einfach nur zum Entspannen. Genießen Sie unser kostenloses WLAN und die einladende Atmosphäre.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-tea-set-table-with-chairs_181624-5522.jpg", imageAlt: "Cozy cafe interior with comfortable seating"}, ]} - title="Experience the Basic Kitchen Difference" - description="From freshly brewed coffee to gourmet meals, discover what makes us a local favorite for clients and casual visitors alike." + title="Erleben Sie den Basic Kitchen Unterschied" + description="Von frisch gebrühtem Kaffee bis zu Gourmet-Mahlzeiten, entdecken Sie, was uns bei Kunden und Gelegenheitsbesuchern gleichermaßen zu einem lokalen Favoriten macht." /> @@ -148,68 +107,26 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", - brand: "Espresso Bar", - name: "Classic Latte", - price: "€4.50", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/hot-art-latte-coffee-cup-wooden-table_1423-257.jpg", - imageAlt: "Perfect latte art", - }, + id: "1", brand: "Espresso Bar", name: "Klassischer Latte", price: "€4.50", rating: 5, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/hot-art-latte-coffee-cup-wooden-table_1423-257.jpg", imageAlt: "Perfect latte art"}, { - id: "2", - brand: "Fresh Bakery", - name: "Buttery Croissant", - price: "€3.00", - rating: 5, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/croissants-with-muffins-coffee_23-2147693696.jpg", - imageAlt: "Freshly baked croissant", - }, + id: "2", brand: "Frische Bäckerei", name: "Butteriges Croissant", price: "€3.00", rating: 5, + reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/croissants-with-muffins-coffee_23-2147693696.jpg", imageAlt: "Freshly baked croissant"}, { - id: "3", - brand: "Savory Lunch", - name: "Gourmet Club Sandwich", - price: "€9.80", - rating: 5, - reviewCount: "72", - imageSrc: "http://img.b2bpic.net/free-photo/club-sandwich-with-smoked-sausage_140725-2061.jpg", - imageAlt: "Gourmet club sandwich", - }, + id: "3", brand: "Herzhaftes Mittagessen", name: "Gourmet Club Sandwich", price: "€9.80", rating: 5, + reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/club-sandwich-with-smoked-sausage_140725-2061.jpg", imageAlt: "Gourmet club sandwich"}, { - id: "4", - brand: "Refreshing Drinks", - name: "Tropical Smoothie", - price: "€6.50", - rating: 5, - reviewCount: "58", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-glass-fruit-yoghurt-with-walnuts_23-2148381252.jpg", - imageAlt: "Tropical fruit smoothie", - }, + id: "4", brand: "Erfrischende Getränke", name: "Tropischer Smoothie", price: "€6.50", rating: 5, + reviewCount: "58", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-glass-fruit-yoghurt-with-walnuts_23-2148381252.jpg", imageAlt: "Tropical fruit smoothie"}, { - id: "5", - brand: "Healthy Start", - name: "Mediterranean Bowl", - price: "€11.20", - rating: 5, - reviewCount: "61", - imageSrc: "http://img.b2bpic.net/free-photo/yogurt-with-berries-muesli-breakfast-bowl-lbue-background_123827-22847.jpg", - imageAlt: "Healthy Mediterranean breakfast bowl", - }, + id: "5", brand: "Gesunder Start", name: "Mediterrane Bowl", price: "€11.20", rating: 5, + reviewCount: "61", imageSrc: "http://img.b2bpic.net/free-photo/yogurt-with-berries-muesli-breakfast-bowl-lbue-background_123827-22847.jpg", imageAlt: "Healthy Mediterranean breakfast bowl"}, { - id: "6", - brand: "Seasonal Special", - name: "Winter Spiced Mocha", - price: "€5.80", - rating: 5, - reviewCount: "49", - imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-spice-latte-with-fall-decor_9975-24139.jpg", - imageAlt: "Winter spiced mocha with cream", - }, + id: "6", brand: "Saisonale Spezialität", name: "Wintergewürz-Mokka", price: "€5.80", rating: 5, + reviewCount: "49", imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-spice-latte-with-fall-decor_9975-24139.jpg", imageAlt: "Winter spiced mocha with cream"}, ]} - title="Our Signature Creations" - description="Indulge in our carefully crafted selection of beverages and culinary delights, prepared with passion and the finest ingredients." + title="Unsere Spezialitäten" + description="Genießen Sie unsere sorgfältig zubereitete Auswahl an Getränken und kulinarischen Köstlichkeiten, mit Leidenschaft und den feinsten Zutaten zubereitet." /> @@ -220,246 +137,128 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "coffee-drinks", - title: "Coffee & Drinks", - price: "From €2.50", - period: "Per Item", - features: [ - "Espresso & Americano", - "Cappuccino & Latte", - "Specialty Teas", - "Fresh Juices & Smoothies", - ], + id: "coffee-drinks", title: "Kaffee & Getränke", price: "Ab €2.50", period: "Pro Artikel", features: [ + "Espresso & Americano", "Cappuccino & Latte", "Spezialitätentees", "Frische Säfte & Smoothies"], button: { - text: "View All Drinks", - href: "#menu", - }, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-cup-aroma-fresh-cup-coffee-with-coffee-beans_114579-54881.jpg", - imageAlt: "Variety of coffee drinks", - }, + text: "Alle Getränke Ansehen", href: "#menu"}, + imageSrc: "http://img.b2bpic.net/free-photo/delicious-cup-aroma-fresh-cup-coffee-with-coffee-beans_114579-54881.jpg", imageAlt: "Variety of coffee drinks"}, { - id: "breakfast-brunch", - title: "Breakfast & Brunch", - price: "From €6.00", - period: "Per Item", - features: [ - "Freshly Baked Pastries", - "Gourmet Breakfast Bowls", - "Savory Egg Dishes", - "Classic Bagels & Toasts", - ], + id: "breakfast-brunch", title: "Frühstück & Brunch", price: "Ab €6.00", period: "Pro Artikel", features: [ + "Frisch gebackenes Gebäck", "Gourmet Frühstücks-Bowls", "Herzhafte Eierspeisen", "Klassische Bagels & Toasts"], button: { - text: "View Breakfast", - href: "#menu", - }, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast_23-2147985103.jpg", - imageAlt: "Delicious breakfast spread", - }, + text: "Frühstück Ansehen", href: "#menu"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast_23-2147985103.jpg", imageAlt: "Delicious breakfast spread"}, { - id: "lunch-more", - title: "Lunch & More", - price: "From €8.50", - period: "Per Item", - features: [ - "Artisan Sandwiches", - "Fresh Salads & Bowls", - "Homemade Soups", - "Daily Specials", - ], + id: "lunch-more", title: "Mittagessen & Mehr", price: "Ab €8.50", period: "Pro Artikel", features: [ + "Handgemachte Sandwiches", "Frische Salate & Bowls", "Hausgemachte Suppen", "Tagesangebote"], button: { - text: "View Lunch", - href: "#menu", - }, - imageSrc: "http://img.b2bpic.net/free-photo/salad-with-sandwich-plate_1150-6601.jpg", - imageAlt: "Gourmet lunch sandwich", - }, + text: "Mittagessen Ansehen", href: "#menu"}, + imageSrc: "http://img.b2bpic.net/free-photo/salad-with-sandwich-plate_1150-6601.jpg", imageAlt: "Gourmet lunch sandwich"}, ]} - title="Explore Our Menu Categories" - description="A glimpse into our diverse offerings, prepared with fresh, high-quality ingredients to satisfy every craving. We cater to all tastes and preferences." + title="Entdecken Sie Unsere Menükategorien" + description="Ein Einblick in unsere vielfältigen Angebote, zubereitet mit frischen, hochwertigen Zutaten, um jeden Wunsch zu erfüllen. Wir gehen auf alle Geschmäcker und Vorlieben ein." />
-
-
- alert('Anmeldung erfolgreich!')} />
-- 2.49.1