Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { Camera, Award, Sparkles, Heart, Rings, Zap, Leaf, Image, Star, HelpCircle, Phone } from 'lucide-react';
|
||||
import { Camera, Award, Sparkles, Heart, Zap, Leaf, Image, Star, HelpCircle, Phone, Calendar, Users } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -48,13 +48,13 @@ export default function LandingPage() {
|
||||
tag="Ateliér Marvina"
|
||||
tagIcon={Camera}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
background={{ variant: "fluid" }}
|
||||
buttons={[
|
||||
{ text: "Rezervovat focení", href: "mailto:marvinfoto@gmail.com" },
|
||||
{ text: "Více informací", href: "#about" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-posing-mirror_23-2149426405.jpg?_wi=1"
|
||||
imageSrc="asset://hero-studio"
|
||||
imageAlt="Fotografický ateliér - Marvin fotoateliér"
|
||||
/>
|
||||
</div>
|
||||
@@ -67,7 +67,7 @@ export default function LandingPage() {
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-woman_78492-3911.jpg?_wi=1"
|
||||
imageSrc="asset://portrait-session"
|
||||
imageAlt="Portrétní focení v ateliéru"
|
||||
/>
|
||||
</div>
|
||||
@@ -84,23 +84,23 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
title: "Portrétní focení", description: "Profesionální portrétní focení v ateliéru i venkovním prostředí s kvalitním osvětlením.", buttonIcon: Camera,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-woman_78492-3911.jpg?_wi=2"
|
||||
imageSrc: "asset://portrait-session"
|
||||
},
|
||||
{
|
||||
title: "Rodinné focení", description: "Focení rodin, dětí, párů a skupin. Zachycujeme autentické momenty a emoce.", buttonIcon: Heart,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-family-concept_23-2148547138.jpg?_wi=1"
|
||||
imageSrc: "asset://family-photo"
|
||||
},
|
||||
{
|
||||
title: "Svatební focení", description: "Profesionální dokumentace vašeho nejdůležitějšího dne. Estetické a detailní zpracování.", buttonIcon: Rings,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-love-with-her-husband_1153-71.jpg?_wi=1"
|
||||
title: "Svatební focení", description: "Profesionální dokumentace vašeho nejdůležitějšího dne. Estetické a detailní zpracování.", buttonIcon: Heart,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-love-with-her-husband_1153-71.jpg"
|
||||
},
|
||||
{
|
||||
title: "Sportovní fotografie", description: "Focení hokejové extraligy, rally WRC a dalších sportovních akcí. Dynamické záběry vysoké kvality.", buttonIcon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-beautiful-woman-jogging_329181-16742.jpg?_wi=1"
|
||||
imageSrc: "asset://sports-action"
|
||||
},
|
||||
{
|
||||
title: "Příroda a makro", description: "Nádherné přírodní fotografie a detailní makrofotografie se zaměřením na krásu detailů.", buttonIcon: Leaf,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/geranium-plants-outdoors_417767-321.jpg?_wi=1"
|
||||
imageSrc: "asset://nature-macro"
|
||||
},
|
||||
{
|
||||
title: "Tisk a digitalizace", description: "Tisk na fotoplátna, fotodesky, fotodárky. Digitalizace starých fotografií s retušováním.", buttonIcon: Zap
|
||||
@@ -122,22 +122,22 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "gallery-1", name: "Portrétní kolekce", price: "Zobrazit", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-woman_78492-3911.jpg?_wi=3", imageAlt: "Portrétní fotografie"
|
||||
id: "gallery-1", name: "Portrétní kolekce", price: "Zobrazit", imageSrc: "asset://portrait-session", imageAlt: "Portrétní fotografie"
|
||||
},
|
||||
{
|
||||
id: "gallery-2", name: "Rodinné focení", price: "Zobrazit", imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-family-concept_23-2148547138.jpg?_wi=2", imageAlt: "Rodinná fotografia"
|
||||
id: "gallery-2", name: "Rodinné focení", price: "Zobrazit", imageSrc: "asset://family-photo", imageAlt: "Rodinná fotografia"
|
||||
},
|
||||
{
|
||||
id: "gallery-3", name: "Svatby", price: "Zobrazit", imageSrc: "http://img.b2bpic.net/free-photo/girl-love-with-her-husband_1153-71.jpg?_wi=2", imageAlt: "Svatební fotografie"
|
||||
id: "gallery-3", name: "Svatby", price: "Zobrazit", imageSrc: "asset://wedding-couple", imageAlt: "Svatební fotografie"
|
||||
},
|
||||
{
|
||||
id: "gallery-4", name: "Sport", price: "Zobrazit", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-beautiful-woman-jogging_329181-16742.jpg?_wi=2", imageAlt: "Sportovní fotografie"
|
||||
id: "gallery-4", name: "Sport", price: "Zobrazit", imageSrc: "asset://sports-action", imageAlt: "Sportovní fotografie"
|
||||
},
|
||||
{
|
||||
id: "gallery-5", name: "Příroda", price: "Zobrazit", imageSrc: "http://img.b2bpic.net/free-photo/geranium-plants-outdoors_417767-321.jpg?_wi=2", imageAlt: "Přírodní fotografia"
|
||||
id: "gallery-5", name: "Příroda", price: "Zobrazit", imageSrc: "asset://nature-macro", imageAlt: "Přírodní fotografia"
|
||||
},
|
||||
{
|
||||
id: "gallery-6", name: "Ostatní", price: "Zobrazit", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-posing-mirror_23-2149426405.jpg?_wi=2", imageAlt: "Ostatní práce"
|
||||
id: "gallery-6", name: "Ostatní", price: "Zobrazit", imageSrc: "asset://hero-studio", imageAlt: "Ostatní práce"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -154,9 +154,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
animationType="scale-rotate"
|
||||
metrics={[
|
||||
{ id: "years", icon: Heart, title: "Let provozu", value: "13+" },
|
||||
{ id: "years", icon: Calendar, title: "Let provozu", value: "13+" },
|
||||
{ id: "photos", icon: Image, title: "Fotografií ročně", value: "10k+" },
|
||||
{ id: "clients", icon: Heart, title: "Spokojených klientů", value: "5k+" },
|
||||
{ id: "clients", icon: Users, title: "Spokojených klientů", value: "5k+" },
|
||||
{ id: "services", icon: Zap, title: "Druhů služeb", value: "15+" }
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user