diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4c67c7e..add7595 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,38 +47,19 @@ export default function LandingPage() {
@@ -118,35 +86,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "f1",
- title: "100% Gluten-Free",
- tags: [
- "Safe",
- "Certified",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-sauce-bottle_23-2148773532.jpg",
- imageAlt: "Close-up hand holding sauce bottle",
- },
+ id: "f1", title: "100% Gluten-Free", tags: [
+ "Safe", "Certified"],
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-sauce-bottle_23-2148773532.jpg", imageAlt: "Close-up hand holding sauce bottle"},
{
- id: "f2",
- title: "Natural Ingredients",
- tags: [
- "Organic",
- "Fresh",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134253.jpg?_wi=2",
- imageAlt: "Close-up hand holding sauce bottle",
- },
+ id: "f2", title: "Natural Ingredients", tags: [
+ "Organic", "Fresh"],
+ imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134253.jpg", imageAlt: "Close-up hand holding sauce bottle"},
{
- id: "f3",
- title: "Artisanal Technique",
- tags: [
- "Handcrafted",
- "Craft",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/cut-bread-tray_23-2149395325.jpg?_wi=2",
- imageAlt: "Close-up hand holding sauce bottle",
- },
+ id: "f3", title: "Artisanal Technique", tags: [
+ "Handcrafted", "Craft"],
+ imageSrc: "http://img.b2bpic.net/free-photo/cut-bread-tray_23-2149395325.jpg", imageAlt: "Close-up hand holding sauce bottle"},
]}
title="Why Choose glutiliNO?"
description="We blend traditional techniques with modern dietary safety to bring you uncompromising taste."
@@ -161,59 +111,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- brand: "Pizza",
- name: "Margherita",
- price: "3,400 HUF",
- rating: 5,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board_78826-3298.jpg",
- },
+ id: "p1", brand: "Pizza", name: "Margherita", price: "3,400 HUF", rating: 5,
+ reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board_78826-3298.jpg"},
{
- id: "p2",
- brand: "Pizza",
- name: "Prosciutto",
- price: "3,800 HUF",
- rating: 5,
- reviewCount: "98",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-vegetable-vegetarian-pizza-top-view_169016-21794.jpg",
- },
+ id: "p2", brand: "Pizza", name: "Prosciutto", price: "3,800 HUF", rating: 5,
+ reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/close-up-vegetable-vegetarian-pizza-top-view_169016-21794.jpg"},
{
- id: "p3",
- brand: "Pizza",
- name: "Quattro Formaggi",
- price: "4,100 HUF",
- rating: 4,
- reviewCount: "85",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-pizza_23-2149286885.jpg",
- },
+ id: "p3", brand: "Pizza", name: "Quattro Formaggi", price: "4,100 HUF", rating: 4,
+ reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-pizza_23-2149286885.jpg"},
{
- id: "p4",
- brand: "Bakery",
- name: "Sourdough Bread",
- price: "1,800 HUF",
- rating: 5,
- reviewCount: "150",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-young-woman-smelling-fresh-baked-croissants-cake-stand_23-2148028018.jpg",
- },
+ id: "p4", brand: "Bakery", name: "Sourdough Bread", price: "1,800 HUF", rating: 5,
+ reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-young-woman-smelling-fresh-baked-croissants-cake-stand_23-2148028018.jpg"},
{
- id: "p5",
- brand: "Bakery",
- name: "Croissant",
- price: "900 HUF",
- rating: 5,
- reviewCount: "210",
- imageSrc: "http://img.b2bpic.net/free-photo/chocolate-pie-with-cinnamon-wooden-tray_23-2147957906.jpg",
- },
+ id: "p5", brand: "Bakery", name: "Croissant", price: "900 HUF", rating: 5,
+ reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-pie-with-cinnamon-wooden-tray_23-2147957906.jpg"},
{
- id: "p6",
- brand: "Bakery",
- name: "Cinnamon Roll",
- price: "1,200 HUF",
- rating: 5,
- reviewCount: "175",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-various-loaves-bread_23-2147761313.jpg",
- },
+ id: "p6", brand: "Bakery", name: "Cinnamon Roll", price: "1,200 HUF", rating: 5,
+ reviewCount: "175", imageSrc: "http://img.b2bpic.net/free-photo/delicious-various-loaves-bread_23-2147761313.jpg"},
]}
title="Handcrafted Menu"
description="Explore our delicious range of gluten-free pizzas and fresh bakery items."
@@ -227,22 +141,12 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "m1",
- value: "11:00 - 21:00",
- title: "Mon - Fri",
- items: [
- "Serving lunch",
- "Fresh baking",
- ],
+ id: "m1", value: "11:00 - 21:00", title: "Mon - Fri", items: [
+ "Serving lunch", "Fresh baking"],
},
{
- id: "m2",
- value: "10:00 - 22:00",
- title: "Sat - Sun",
- items: [
- "Brunch service",
- "Weekend specials",
- ],
+ id: "m2", value: "10:00 - 22:00", title: "Sat - Sun", items: [
+ "Brunch service", "Weekend specials"],
},
]}
title="Opening Hours"
@@ -257,40 +161,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "t1",
- name: "Anna S.",
- role: "Food Blogger",
- testimonial: "Finally, a gluten-free pizza that doesn't compromise on taste. Amazing!",
- imageSrc: "http://img.b2bpic.net/free-photo/young-blond-woman-holding-pie_329181-8925.jpg",
- },
+ id: "t1", name: "Anna S.", role: "Food Blogger", testimonial: "Finally, a gluten-free pizza that doesn't compromise on taste. Amazing!", imageSrc: "http://img.b2bpic.net/free-photo/young-blond-woman-holding-pie_329181-8925.jpg"},
{
- id: "t2",
- name: "Peter V.",
- role: "Regular",
- testimonial: "The bakery items are just as good as the pizza. My favorite spot in District XIII.",
- imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-glad-carefree-dark-skinned-female-recreate-cozy-cafeteria-tastes-delicious-exotic-cocktail-smiles-happily-as-being-satisfied-with-everything-has-specific-attractive-appearance_273609-2094.jpg",
- },
+ id: "t2", name: "Peter V.", role: "Regular", testimonial: "The bakery items are just as good as the pizza. My favorite spot in District XIII.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-glad-carefree-dark-skinned-female-recreate-cozy-cafeteria-tastes-delicious-exotic-cocktail-smiles-happily-as-being-satisfied-with-everything-has-specific-attractive-appearance_273609-2094.jpg"},
{
- id: "t3",
- name: "Julia M.",
- role: "Customer",
- testimonial: "Safe, delicious, and incredibly welcoming. Highly recommended.",
- imageSrc: "http://img.b2bpic.net/free-vector/hand-painted-bakery-pattern_23-2147555316.jpg",
- },
+ id: "t3", name: "Julia M.", role: "Customer", testimonial: "Safe, delicious, and incredibly welcoming. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-vector/hand-painted-bakery-pattern_23-2147555316.jpg"},
{
- id: "t4",
- name: "Laszlo K.",
- role: "Regular",
- testimonial: "Best sourdough I've ever had, let alone gluten-free!",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-eating-tasty-pizza_158595-2070.jpg",
- },
+ id: "t4", name: "Laszlo K.", role: "Regular", testimonial: "Best sourdough I've ever had, let alone gluten-free!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-eating-tasty-pizza_158595-2070.jpg"},
{
- id: "t5",
- name: "Eszter R.",
- role: "Foodie",
- testimonial: "Love the atmosphere and the quality ingredients. Five stars.",
- imageSrc: "http://img.b2bpic.net/free-photo/friends-shopping-second-hand-market_23-2149353757.jpg",
- },
+ id: "t5", name: "Eszter R.", role: "Foodie", testimonial: "Love the atmosphere and the quality ingredients. Five stars.", imageSrc: "http://img.b2bpic.net/free-photo/friends-shopping-second-hand-market_23-2149353757.jpg"},
]}
title="Kind Words"
description="See why our guests love glutiliNO."
@@ -303,20 +182,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "Are you 100% gluten-free?",
- content: "Yes, our entire kitchen facility is dedicated gluten-free to ensure zero cross-contamination.",
- },
+ id: "q1", title: "Are you 100% gluten-free?", content: "Yes, our entire kitchen facility is dedicated gluten-free to ensure zero cross-contamination."},
{
- id: "q2",
- title: "Do you offer delivery?",
- content: "Yes, we partner with major food delivery apps in Budapest XIII.",
- },
+ id: "q2", title: "Do you offer delivery?", content: "Yes, we partner with major food delivery apps in Budapest XIII."},
{
- id: "q3",
- title: "Do you accept walk-ins?",
- content: "Absolutely, we always keep space for walk-in guests.",
- },
+ id: "q3", title: "Do you accept walk-ins?", content: "Absolutely, we always keep space for walk-in guests."},
]}
imageSrc="http://img.b2bpic.net/free-photo/low-angle-bistro-exterior-architecture_23-2149356830.jpg"
title="Frequently Asked Questions"
@@ -333,22 +203,14 @@ export default function LandingPage() {
description="Reserve a table or ask about our seasonal menu."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
+ name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Your Email",
- required: true,
+ name: "email", type: "email", placeholder: "Your Email", required: true,
},
]}
textarea={{
- name: "message",
- placeholder: "Your Message",
- rows: 4,
+ name: "message", placeholder: "Your Message", rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/top-view-tasty-cookies-tied-with-rope-wood-board-dark-red-table-free-space_140725-144452.jpg"
@@ -359,13 +221,9 @@ export default function LandingPage() {