Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { Briefcase, Cake, Coffee, Gift, GlassWater, Heart, Home, Sparkles, Users } from "lucide-react";
|
||||
import { Briefcase, Cake, Coffee, Gift, GlassWater, Heart, Sparkles, Users, Home } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -58,8 +58,8 @@ export default function LandingPage() {
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cakes-with-flowers_1157-703.jpg", imageAlt: "Разнобојни десерти и торте" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
buttonAnimation="text-stagger"
|
||||
tagAnimation="text-stagger"
|
||||
buttonAnimation="expand-hover"
|
||||
tagAnimation="expand-hover"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
|
||||
Reference in New Issue
Block a user