diff --git a/src/app/location/page.tsx b/src/app/location/page.tsx
new file mode 100644
index 0000000..9b74b1c
--- /dev/null
+++ b/src/app/location/page.tsx
@@ -0,0 +1,50 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
+import ContactCTA from '@/components/sections/contact/ContactCTA';
+import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
+
+export default function LocationPage() {
+ return (
+
+
+
+
+
Mūsų lokacija
+
Kalvarijų g. 284, Vilnius, 08316 Vilniaus m. sav.
+
+
Žemėlapis bus rodomas čia
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index d3c426b..ad4caaa 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,14 +30,11 @@ export default function LandingPage() {
@@ -84,33 +75,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- title: "Metinių Tortai", description: "Elegantiški, rankų darbo tortai vestuvių, jubiliejų ir ypatingų progų šventėms.", icon: Cake,
- mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/food-dessert-representative-elements_23-2149177049.jpg", imageAlt: "wedding cake dessert close up"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-bowl-with-topping_23-2149144138.jpg", imageAlt: "wedding cake dessert close up"},
- ],
- },
- {
- title: "Mini Desertai", description: "Prabangūs mini tortukai ir desertai, kurie atrodo taip pat nuostabiai, kaip ir skonis.", icon: Coffee,
- mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dessert-with-spoons-cloth_23-2148689855.jpg", imageAlt: "mini desserts luxury aesthetic"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-rose-bouquet-with-cinnamon-macaroons-white-cup-grey-concrete-textured-backdrop_23-2148161717.jpg", imageAlt: "mini desserts luxury aesthetic"},
- ],
- },
- {
- title: "Individualūs Užsakymai", description: "Sukuriame desertų dizainą pagal jūsų viziją, spalvas ir šventės temą.", icon: PenTool,
- mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-weeding-cake-with-ornate-decorations_23-2151379519.jpg", imageAlt: "custom cake design details"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/defocused-woman-inserting-sharp-knife-fork-pink-blue-ice-cream-sandwich_23-2148161745.jpg", imageAlt: "custom cake design details"},
- ],
- },
+ { title: "Metinių Tortai", description: "Elegantiški, rankų darbo tortai vestuvių, jubiliejų ir ypatingų progų šventėms.", icon: Cake, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/food-dessert-representative-elements_23-2149177049.jpg", imageAlt: "wedding cake dessert close up" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-bowl-with-topping_23-2149144138.jpg", imageAlt: "wedding cake dessert close up" }] },
+ { title: "Mini Desertai", description: "Prabangūs mini tortukai ir desertai, kurie atrodo taip pat nuostabiai, kaip ir skonis.", icon: Coffee, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dessert-with-spoons-cloth_23-2148689855.jpg", imageAlt: "mini desserts luxury aesthetic" }, { imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-rose-bouquet-with-cinnamon-macaroons-white-cup-grey-concrete-textured-backdrop_23-2148161717.jpg", imageAlt: "mini desserts luxury aesthetic" }] },
+ { title: "Individualūs Užsakymai", description: "Sukuriame desertų dizainą pagal jūsų viziją, spalvas ir šventės temą.", icon: PenTool, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-weeding-cake-with-ornate-decorations_23-2151379519.jpg", imageAlt: "custom cake design details" }, { imageSrc: "http://img.b2bpic.net/free-photo/defocused-woman-inserting-sharp-knife-fork-pink-blue-ice-cream-sandwich_23-2148161745.jpg", imageAlt: "custom cake design details" }] },
]}
title="Mūsų desertų paslaugos"
description="Kiekvienas tortas yra unikalus meno kūrinys – nuo subtilių minimalistinių dizainų iki prabangių šventinių kompozicijų."
@@ -124,15 +91,9 @@ export default function LandingPage() {
animationType="slide-up"
useInvertedBackground={true}
metrics={[
- {
- id: "m1", value: "4.3★", title: "Klientų įvertinimas", description: "Vidutinis mūsų darbų vertinimas.", icon: Star,
- },
- {
- id: "m2", value: "100%", title: "Rankų darbo", description: "Kiekvienas desertas gaminamas rankomis.", icon: Award,
- },
- {
- id: "m3", value: "∞", title: "Skonio prisiminimų", description: "Kuriame nepamirštamą patirtį.", icon: Heart,
- },
+ { id: "m1", value: "4.3★", title: "Klientų įvertinimas", description: "Vidutinis mūsų darbų vertinimas.", icon: Star },
+ { id: "m2", value: "100%", title: "Rankų darbo", description: "Kiekvienas desertas gaminamas rankomis.", icon: Award },
+ { id: "m3", value: "∞", title: "Skonio prisiminimų", description: "Kuriame nepamirštamą patirtį.", icon: Heart },
]}
title="Mūsų pasiekimai"
description="Desertų kūrimas – tai mūsų pašaukimas, įvertintas klientų."
@@ -145,12 +106,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "1", name: "Halya Melnyk", role: "Klientė", testimonial: "Sweetest place ever.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-buys-buns-bakery_1157-24663.jpg"},
- {
- id: "2", name: "Olga Vihodet", role: "Klientė", testimonial: "Love the place.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273239.jpg"},
- {
- id: "3", name: "Barbara Rozette", role: "Klientė", testimonial: "Tortas dukters gimtadieniui buvo labai skanus! Labai rekomenduoju.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-serving-slice-chocolate-cake_23-2148028061.jpg"},
+ { id: "1", name: "Halya Melnyk", role: "Klientė", testimonial: "Sweetest place ever.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-buys-buns-bakery_1157-24663.jpg" },
+ { id: "2", name: "Olga Vihodet", role: "Klientė", testimonial: "Love the place.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273239.jpg" },
+ { id: "3", name: "Barbara Rozette", role: "Klientė", testimonial: "Tortas dukters gimtadieniui buvo labai skanus! Labai rekomenduojame.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-serving-slice-chocolate-cake_23-2148028061.jpg" },
]}
title="Ką sako mūsų klientai"
description="Klientų atsiliepimai yra mūsų didžiausias įvertinimas."
@@ -160,16 +118,13 @@ export default function LandingPage() {
@@ -177,10 +132,8 @@ export default function LandingPage() {