Merge version_2 into main #4
50
src/app/location/page.tsx
Normal file
50
src/app/location/page.tsx
Normal file
@@ -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 (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmall"
|
||||
background="none"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Apie", id: "about" },
|
||||
{ name: "Tortai", id: "cakes" },
|
||||
{ name: "Atsiliepimai", id: "reviews" },
|
||||
{ name: "Kontaktai", id: "contact" },
|
||||
{ name: "Vieta", id: "location" },
|
||||
]}
|
||||
brandName="Dovilės Duonytės"
|
||||
button={{ text: "Užsakyti dabar", href: "/contact" }}
|
||||
/>
|
||||
<div className="min-h-screen pt-40 pb-20 flex flex-col items-center justify-center text-center px-4">
|
||||
<h1 className="text-4xl font-bold mb-6">Mūsų lokacija</h1>
|
||||
<p className="text-xl max-w-2xl mb-8">Kalvarijų g. 284, Vilnius, 08316 Vilniaus m. sav.</p>
|
||||
<div className="w-full max-w-3xl h-[400px] bg-slate-100 rounded-xl flex items-center justify-center">
|
||||
<p>Žemėlapis bus rodomas čia</p>
|
||||
</div>
|
||||
</div>
|
||||
<FooterLogoReveal
|
||||
logoText="Dovilės Duonytės"
|
||||
leftLink={{ text: "Vilnius, Lietuva", href: "#" }}
|
||||
rightLink={{ text: "dovilestortukai@gmail.com", href: "mailto:dovilestortukai@gmail.com" }}
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
@@ -30,14 +30,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Apie", id: "about"},
|
||||
{
|
||||
name: "Tortai", id: "cakes"},
|
||||
{
|
||||
name: "Atsiliepimai", id: "reviews"},
|
||||
{
|
||||
name: "Kontaktai", id: "contact"},
|
||||
{ name: "Apie", id: "about" },
|
||||
{ name: "Tortai", id: "cakes" },
|
||||
{ name: "Atsiliepimai", id: "reviews" },
|
||||
{ name: "Kontaktai", id: "contact" },
|
||||
{ name: "Vieta", id: "location" },
|
||||
]}
|
||||
brandName="Dovilės Duonytės"
|
||||
button={{ text: "Užsakyti dabar", href: "#contact" }}
|
||||
@@ -46,23 +43,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Tortai, kuriuos prisimena visi."
|
||||
description="Prabangūs, estetiški ir nepaprastai skanūs tortukai metinėms, gimtadieniams bei ypatingoms progoms. Kiekvienas desertas kuriamas su meile, detalėmis ir elegancija."
|
||||
buttons={[
|
||||
{
|
||||
text: "Užsakyti tortą", href: "#contact"},
|
||||
{
|
||||
text: "Galerija", href: "#features"},
|
||||
{ text: "Užsakyti tortą", href: "#contact" },
|
||||
{ text: "Galerija", href: "#features" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-donuts-with-frosting_23-2148468136.jpg", imageAlt: "Luxury wedding cake artisanal"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-plate_23-2147792981.jpg", imageAlt: "Luxury wedding cake artisanal"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-birthday-composition-with-lovely-cupcake_23-2147997591.jpg", imageAlt: "Luxury wedding cake artisanal"},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-donuts-with-frosting_23-2148468136.jpg", imageAlt: "Luxury wedding cake artisanal" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-plate_23-2147792981.jpg", imageAlt: "Luxury wedding cake artisanal" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-birthday-composition-with-lovely-cupcake_23-2147997591.jpg", imageAlt: "Luxury wedding cake artisanal" },
|
||||
]}
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
@@ -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() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Užsakykite dabar"
|
||||
title="Padarykite savo šventę nepamirštamą."
|
||||
description="Susisiekite dėl individualaus torto užsakymo ir leiskite mums sukurti desertą, kuris taps jūsų šventės akcentu."
|
||||
buttons={[
|
||||
{
|
||||
text: "Gauti pasiūlymą", href: "#"},
|
||||
{
|
||||
text: "Parašyti Instagram", href: "#"},
|
||||
{ text: "Gauti pasiūlymą", href: "#" },
|
||||
{ text: "Parašyti Instagram", href: "#" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -177,10 +132,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Dovilės Duonytės"
|
||||
leftLink={{
|
||||
text: "Vilnius, Lietuva", href: "#"}}
|
||||
rightLink={{
|
||||
text: "dovilestortukai@gmail.com", href: "mailto:dovilestortukai@gmail.com"}}
|
||||
leftLink={{ text: "Vilnius, Lietuva", href: "#" }}
|
||||
rightLink={{ text: "dovilestortukai@gmail.com", href: "mailto:dovilestortukai@gmail.com" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user