diff --git a/src/app/page.tsx b/src/app/page.tsx
index 33ecfcc..f66b50c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,79 +31,32 @@ export default function LandingPage() {
@@ -112,21 +65,12 @@ export default function LandingPage() {
@@ -139,51 +83,15 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Signature Cappuccino",
- price: "3.50 €",
- variant: "Hot Beverage",
- imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-cup_1203-3395.jpg",
- },
- {
- id: "p2",
- name: "Cheesecake Delight",
- price: "4.90 €",
- variant: "Dessert",
- imageSrc: "http://img.b2bpic.net/free-photo/sweet-cakes-food-isolated-white_627829-11980.jpg",
- },
- {
- id: "p3",
- name: "Iced Latte Macchiato",
- price: "4.20 €",
- variant: "Cold Beverage",
- imageSrc: "http://img.b2bpic.net/free-photo/2-latte-wooden-table_501050-1105.jpg",
- },
- {
- id: "p4",
- name: "Buttery Croissant",
- price: "2.50 €",
- variant: "Pastry",
- imageSrc: "http://img.b2bpic.net/free-photo/palatable-croissant-strawberries_23-2147717710.jpg",
- },
- {
- id: "p5",
- name: "Chocolate Muffin",
- price: "2.90 €",
- variant: "Pastry",
- imageSrc: "http://img.b2bpic.net/free-photo/muffins-table_23-2149395351.jpg",
- },
- {
- id: "p6",
- name: "Gourmet Hot Chocolate",
- price: "3.90 €",
- variant: "Hot Beverage",
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-delicious-chocolate-banana-drink-with-chia-seeds_181624-6675.jpg",
- },
+ { id: "p1", name: "Signature Cappuccino", price: "3,50 €", variant: "Teplý nápoj", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-cup_1203-3395.jpg" },
+ { id: "p2", name: "Cheesecake", price: "4,90 €", variant: "Dezert", imageSrc: "http://img.b2bpic.net/free-photo/sweet-cakes-food-isolated-white_627829-11980.jpg" },
+ { id: "p3", name: "Iced Latte", price: "4,20 €", variant: "Studený nápoj", imageSrc: "http://img.b2bpic.net/free-photo/2-latte-wooden-table_501050-1105.jpg" },
+ { id: "p4", name: "Maslový croissant", price: "2,50 €", variant: "Pečivo", imageSrc: "http://img.b2bpic.net/free-photo/palatable-croissant-strawberries_23-2147717710.jpg" },
+ { id: "p5", name: "Čokoládový muffin", price: "2,90 €", variant: "Pečivo", imageSrc: "http://img.b2bpic.net/free-photo/muffins-table_23-2149395351.jpg" },
+ { id: "p6", name: "Gurmánska horúca čokoláda", price: "3,90 €", variant: "Teplý nápoj", imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-delicious-chocolate-banana-drink-with-chia-seeds_181624-6675.jpg" },
]}
- title="Our Signature Menu"
- description="Indulge in our carefully curated selection of coffee, desserts, and light bites."
+ title="Naše Signature Menu"
+ description="Nechajte sa zlákať naším starostlivo vybraným sortimentom kávy, dezertov a ľahkého občerstvenia."
/>
@@ -192,75 +100,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
- {
- id: "t1",
- title: "Amazing Place",
- quote: "Beautiful space, the perfect place for a Valentine's date.",
- name: "Samuel Trenčan",
- role: "Guest",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-sunglasses-drinks-morning-coffee-cafe_613910-12106.jpg",
- },
- {
- id: "t2",
- title: "Quick Service",
- quote: "Online ordering was easy and fast. Great food!",
- name: "Maria L.",
- role: "Local",
- imageSrc: "http://img.b2bpic.net/free-photo/adult-going-date_23-2150168971.jpg",
- },
- {
- id: "t3",
- title: "Highly Recommend",
- quote: "Love the vibe here, always returning for another latte.",
- name: "Peter K.",
- role: "Regular",
- imageSrc: "http://img.b2bpic.net/free-photo/boy-having-beer-restaurant_23-2148172692.jpg",
- },
- {
- id: "t4",
- title: "Romantic Vibe",
- quote: "Best spot for an intimate afternoon. Really elegant.",
- name: "Jana B.",
- role: "Guest",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-colleagues-chatting-break-time_23-2149308481.jpg",
- },
- {
- id: "t5",
- title: "Consistent Quality",
- quote: "Always great coffee and a lovely atmosphere.",
- name: "Michal T.",
- role: "Regular",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-freelancer-man-casual-clothes-sitting-cafe-drinking-coffee-working-remotely-laptop-digital-nomad-doing-his-project-outdoors-coworking-space_1258-314640.jpg",
- },
+ { id: "t1", title: "Úžasné miesto", quote: "Nádherný priestor, ideálne miesto pre rande.", name: "Samuel Trenčan", role: "Hosť" },
+ { id: "t2", title: "Rýchly servis", quote: "Objednávanie bolo jednoduché a rýchle. Skvelé jedlo!", name: "Maria L.", role: "Miestny" },
+ { id: "t3", title: "Odporúčam", quote: "Milujem atmosféru, vždy sa rada vraciam.", name: "Peter K.", role: "Stály zákazník" },
]}
- title="Words from Our Guests"
- description="See why locals love our cafe atmosphere and service."
- />
-
-
-
-
@@ -270,39 +115,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
- {
- id: "m1",
- value: "400+",
- title: "Google Reviews",
- items: [
- "Positive rating",
- "Satisfied guests",
- "Community favorite",
- ],
- },
- {
- id: "m2",
- value: "4.6",
- title: "Average Score",
- items: [
- "Quality focus",
- "Great service",
- "High consistency",
- ],
- },
- {
- id: "m3",
- value: "2",
- title: "Years of Joy",
- items: [
- "Serving Trenčín",
- "Building memories",
- "Always growing",
- ],
- },
+ { id: "m1", value: "400+", title: "Google recenzií", items: ["Pozitívne hodnotenie", "Spokojní hostia", "Obľúbené v komunite"] },
+ { id: "m2", value: "4,6", title: "Priemerné hodnotenie", items: ["Zamerané na kvalitu", "Skvelý servis", "Vysoká konzistentnosť"] },
+ { id: "m3", value: "2", title: "Roky radosti", items: ["Slúžime Trenčínu", "Tvoríme spomienky", "Neustále rastieme"] },
]}
- title="By The Numbers"
- description="Our passion for coffee measured in daily smiles."
+ title="V číslach"
+ description="Naša vášeň pre kávu meraná v denných úsmevoch."
/>
@@ -310,24 +128,12 @@ export default function LandingPage() {
@@ -335,12 +141,10 @@ export default function LandingPage() {
@@ -349,7 +153,7 @@ export default function LandingPage() {