diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8cd4078..eaaf93c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,139 +31,47 @@ export default function LandingPage() {
@@ -172,15 +80,7 @@ export default function LandingPage() {
@@ -191,26 +91,10 @@ export default function LandingPage() {
useInvertedBackground={false}
title="A Taste of Italy in the Heart of Baku"
metrics={[
- {
- icon: Coffee,
- label: "Premium Coffee",
- value: "100%",
- },
- {
- icon: IceCream,
- label: "Handmade Gelato",
- value: "Daily",
- },
- {
- icon: Laptop,
- label: "Work Friendly",
- value: "Yes",
- },
- {
- icon: MapPin,
- label: "Authentic Vibe",
- value: "True",
- },
+ { icon: Coffee, label: "Premium Coffee", value: "100%" },
+ { icon: IceCream, label: "Handmade Gelato", value: "Daily" },
+ { icon: Laptop, label: "Work Friendly", value: "Yes" },
+ { icon: MapPin, label: "Authentic Vibe", value: "True" }
]}
metricsAnimation="slide-up"
/>
@@ -223,42 +107,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "g1",
- name: "Pistachio Gelato",
- price: "Delicious",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-ice-cream-texture_23-2149450691.jpg",
- },
- {
- id: "g2",
- name: "Dark Chocolate Gelato",
- price: "Rich",
- imageSrc: "http://img.b2bpic.net/free-photo/tasty-cherry-blueberry-drink-high-angle_23-2148683566.jpg",
- },
- {
- id: "g3",
- name: "Vanilla Bean Gelato",
- price: "Classic",
- imageSrc: "http://img.b2bpic.net/free-photo/tasty-appetizing-pure-vanilla-creamy-ice-cream-with-ice-cream-spoon-closeup-horizontal-with-copy-space_1220-1396.jpg",
- },
- {
- id: "p1",
- name: "Authentic Pasta",
- price: "Traditional",
- imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-with-shrimp-grated-parmesan_140725-9727.jpg?_wi=1",
- },
- {
- id: "p2",
- name: "Premium Coffee",
- price: "Fresh",
- imageSrc: "http://img.b2bpic.net/free-photo/teen-girls-writing-notebooks-cafe_23-2147860799.jpg",
- },
- {
- id: "p3",
- name: "Special Dessert",
- price: "Seasonal",
- imageSrc: "http://img.b2bpic.net/free-photo/tool-used-coffee-machine-coffee-making-process_23-2150187567.jpg",
- },
+ { id: "g1", name: "Pistachio Gelato", price: "Delicious", imageSrc: "http://img.b2bpic.net/free-photo/delicious-ice-cream-texture_23-2149450691.jpg" },
+ { id: "g2", name: "Dark Chocolate Gelato", price: "Rich", imageSrc: "http://img.b2bpic.net/free-photo/tasty-cherry-blueberry-drink-high-angle_23-2148683566.jpg" },
+ { id: "g3", name: "Vanilla Bean Gelato", price: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/tasty-appetizing-pure-vanilla-creamy-ice-cream-with-ice-cream-spoon-closeup-horizontal-with-copy-space_1220-1396.jpg" },
+ { id: "p1", name: "Authentic Pasta", price: "Traditional", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-with-shrimp-grated-parmesan_140725-9727.jpg" },
+ { id: "p2", name: "Premium Coffee", price: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/teen-girls-writing-notebooks-cafe_23-2147860799.jpg" },
+ { id: "p3", name: "Special Dessert", price: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/tool-used-coffee-machine-coffee-making-process_23-2150187567.jpg" }
]}
title="Explore Our Menu"
description="Handcrafted gelato, rich pasta, and premium coffee."
@@ -272,53 +126,20 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Authentic Recipes",
- description: "Traditional Italian methods passed down.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-fresh-natural-creamy-lemon-ice-cream-decorated-with-mint-served-dark-stone-slate-black-background-glossy-scoop-is-laying-nearby_639032-532.jpg",
- },
- items: [
- {
- icon: CheckCircle,
- text: "Genuine ingredients",
- },
- ],
- reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-small-business_23-2149196233.jpg?_wi=3",
- imageAlt: "scoops of gelato close up",
+ title: "Authentic Recipes", description: "Traditional Italian methods passed down.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-fresh-natural-creamy-lemon-ice-cream-decorated-with-mint-served-dark-stone-slate-black-background-glossy-scoop-is-laying-nearby_639032-532.jpg" },
+ items: [{ icon: CheckCircle, text: "Genuine ingredients" }],
+ reverse: false
},
{
- title: "Work-Friendly Space",
- description: "A perfect cozy spot for your laptop.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-sitting-cafe-drinking-coffee-working-computer_1303-14885.jpg",
- },
- items: [
- {
- icon: Zap,
- text: "Reliable Wi-Fi & outlets",
- },
- ],
- reverse: true,
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-with-cup-coffee-caf_23-2147925428.jpg?_wi=2",
- imageAlt: "scoops of gelato close up",
+ title: "Work-Friendly Space", description: "A perfect cozy spot for your laptop.", media: { imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-sitting-cafe-drinking-coffee-working-computer_1303-14885.jpg" },
+ items: [{ icon: Zap, text: "Reliable Wi-Fi & outlets" }],
+ reverse: true
},
{
- title: "Premium Quality",
- description: "Selected premium beans and milk.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg",
- },
- items: [
- {
- icon: Coffee,
- text: "Artisan coffee beans",
- },
- ],
- reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-rear-view-beautiful-blond-girl-turns-camera-while-sitting-coffee-table-with-laptop-computer-cocktail_197531-22996.jpg?_wi=2",
- imageAlt: "scoops of gelato close up",
- },
+ title: "Premium Quality", description: "Selected premium beans and milk.", media: { imageSrc: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg" },
+ items: [{ icon: Coffee, text: "Artisan coffee beans" }],
+ reverse: false
+ }
]}
title="Why Guests Love Gelateca"
description="Experience authenticity with every visit."
@@ -330,61 +151,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Elvin G.",
- date: "2023",
- title: "Great",
- quote: "Lovely spot in Baku.",
- tag: "Visitor",
- avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-with-cup-coffee-caf_23-2147925428.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-small-business_23-2149196233.jpg?_wi=4",
- imageAlt: "happy cafe guest portrait smiling",
- },
- {
- id: "2",
- name: "Nara A.",
- date: "2023",
- title: "Amazing",
- quote: "The best ice cream I had.",
- tag: "Local",
- avatarSrc: "http://img.b2bpic.net/free-photo/close-up-rear-view-beautiful-blond-girl-turns-camera-while-sitting-coffee-table-with-laptop-computer-cocktail_197531-22996.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/young-african-woman-walking-outdoors-park_171337-13725.jpg?_wi=2",
- imageAlt: "happy cafe guest portrait smiling",
- },
- {
- id: "3",
- name: "Javid H.",
- date: "2023",
- title: "Nice",
- quote: "Peaceful place to sit.",
- tag: "Regular",
- avatarSrc: "http://img.b2bpic.net/free-photo/african-boy-caucasian-girls-are-laughing-cosy-open-air-cafe-hot-sunny-day_8353-9768.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-caucasian-male-with-thick-beard-relaxing-alone-sidewalk-restaurant-drinking-coffee-tea-having-pensive-dreamy-look_273609-1758.jpg",
- imageAlt: "happy cafe guest portrait smiling",
- },
- {
- id: "4",
- name: "Gunel M.",
- date: "2023",
- title: "Love it",
- quote: "Friendly and clean.",
- tag: "Visitor",
- avatarSrc: "http://img.b2bpic.net/free-photo/delicious-ice-cream-texture_23-2149450691.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-with-shrimp-grated-parmesan_140725-9727.jpg?_wi=2",
- imageAlt: "happy cafe guest portrait smiling",
- },
- {
- id: "5",
- name: "Tural B.",
- date: "2023",
- title: "Good",
- quote: "Coffee is very good.",
- tag: "Regular",
- avatarSrc: "http://img.b2bpic.net/free-photo/teen-girls-writing-notebooks-cafe_23-2147860799.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-using-mobile-phone-while-drinking-cup-coffee-together-coffee-shop-friends-concept_58466-16171.jpg",
- imageAlt: "happy cafe guest portrait smiling",
- },
+ { id: "1", name: "Elvin G.", date: "2023", title: "Great", quote: "Lovely spot in Baku.", tag: "Visitor", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-with-cup-coffee-caf_23-2147925428.jpg", imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-small-business_23-2149196233.jpg", imageAlt: "happy cafe guest portrait smiling" },
+ { id: "2", name: "Nara A.", date: "2023", title: "Amazing", quote: "The best ice cream I had.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-rear-view-beautiful-blond-girl-turns-camera-while-sitting-coffee-table-with-laptop-computer-cocktail_197531-22996.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-african-woman-walking-outdoors-park_171337-13725.jpg", imageAlt: "happy cafe guest portrait smiling" },
+ { id: "3", name: "Javid H.", date: "2023", title: "Nice", quote: "Peaceful place to sit.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/african-boy-caucasian-girls-are-laughing-cosy-open-air-cafe-hot-sunny-day_8353-9768.jpg", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-caucasian-male-with-thick-beard-relaxing-alone-sidewalk-restaurant-drinking-coffee-tea-having-pensive-dreamy-look_273609-1758.jpg", imageAlt: "happy cafe guest portrait smiling" },
+ { id: "4", name: "Gunel M.", date: "2023", title: "Love it", quote: "Friendly and clean.", tag: "Visitor", avatarSrc: "http://img.b2bpic.net/free-photo/delicious-ice-cream-texture_23-2149450691.jpg", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-with-shrimp-grated-parmesan_140725-9727.jpg", imageAlt: "happy cafe guest portrait smiling" },
+ { id: "5", name: "Tural B.", date: "2023", title: "Good", quote: "Coffee is very good.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/teen-girls-writing-notebooks-cafe_23-2147860799.jpg", imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-using-mobile-phone-while-drinking-cup-coffee-together-coffee-shop-friends-concept_58466-16171.jpg", imageAlt: "happy cafe guest portrait smiling" }
]}
title="Moments at Gelateca"
description="Captured memories and smiles."
@@ -394,9 +165,7 @@ export default function LandingPage() {