diff --git a/src/app/page.tsx b/src/app/page.tsx index f81b682..f08a532 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Apple, Heart, ShieldCheck, Users, Utensils } from "lucide-react"; +import { Apple, Heart, ShieldCheck, Users, Utensils, Zap, Smile, Coffee } from "lucide-react"; export default function LandingPage() { return ( @@ -31,131 +31,45 @@ export default function LandingPage() {
@@ -165,30 +79,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - title: "Healthy & Delicious", - description: "Fresh, locally sourced ingredients prepared with care.", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-children-s-food-arrangement-view_23-2149627779.jpg", - buttonIcon: "Zap", - }, - { - title: "Safe Play Area", - description: "Secure, supervised spaces for your little ones to explore.", - imageSrc: "http://img.b2bpic.net/free-photo/little-kid-playing_23-2148836323.jpg", - buttonIcon: "Smile", - }, - { - title: "Relax for Parents", - description: "Enjoy premium coffee while keeping an eye on the fun.", - imageSrc: "http://img.b2bpic.net/free-photo/people-relaxing-countryside_23-2151335902.jpg", - buttonIcon: "Coffee", - }, - { - title: "Friendly Atmosphere", - description: "A welcoming environment crafted for the whole family.", - imageSrc: "http://img.b2bpic.net/free-photo/skilled-waiter-waving-greeting-clients-five-star-restaurant_482257-100233.jpg", - buttonIcon: "Heart", - }, + { title: "Healthy & Delicious", description: "Fresh, locally sourced ingredients prepared with care.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-children-s-food-arrangement-view_23-2149627779.jpg", buttonIcon: Zap }, + { title: "Safe Play Area", description: "Secure, supervised spaces for your little ones to explore.", imageSrc: "http://img.b2bpic.net/free-photo/little-kid-playing_23-2148836323.jpg", buttonIcon: Smile }, + { title: "Relax for Parents", description: "Enjoy premium coffee while keeping an eye on the fun.", imageSrc: "http://img.b2bpic.net/free-photo/people-relaxing-countryside_23-2151335902.jpg", buttonIcon: Coffee }, + { title: "Friendly Atmosphere", description: "A welcoming environment crafted for the whole family.", imageSrc: "http://img.b2bpic.net/free-photo/skilled-waiter-waving-greeting-clients-five-star-restaurant_482257-100233.jpg", buttonIcon: Heart } ]} title="Why Families Love Us" description="We blend wholesome nutrition with imaginative play environments designed to make parents relax and kids thrive." @@ -202,26 +96,11 @@ export default function LandingPage() { rating={5} author="Laura M." avatars={[ - { - src: "http://img.b2bpic.net/free-photo/family-having-dinner_1098-12859.jpg", - alt: "Maria", - }, - { - src: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-handsome-male-time-with-their-little-daughter-outdoor-cafe-family-people-concept_613910-3882.jpg", - alt: "Andrei", - }, - { - src: "http://img.b2bpic.net/free-photo/mother-plays-with-her-daughter-street-park-sunset_146671-15441.jpg", - alt: "Elena", - }, - { - src: "http://img.b2bpic.net/free-photo/funny-little-girl-with-broccoli-kitchen_169016-29629.jpg", - alt: "Radu", - }, - { - src: "http://img.b2bpic.net/free-photo/informal-talk-with-best-friends-restaurant-warm-summer-day_8353-9702.jpg", - alt: "Ioana", - }, + { src: "http://img.b2bpic.net/free-photo/family-having-dinner_1098-12859.jpg", alt: "Maria" }, + { src: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-handsome-male-time-with-their-little-daughter-outdoor-cafe-family-people-concept_613910-3882.jpg", alt: "Andrei" }, + { src: "http://img.b2bpic.net/free-photo/mother-plays-with-her-daughter-street-park-sunset_146671-15441.jpg", alt: "Elena" }, + { src: "http://img.b2bpic.net/free-photo/funny-little-girl-with-broccoli-kitchen_169016-29629.jpg", alt: "Radu" }, + { src: "http://img.b2bpic.net/free-photo/informal-talk-with-best-friends-restaurant-warm-summer-day_8353-9702.jpg", alt: "Ioana" } ]} ratingAnimation="blur-reveal" avatarsAnimation="blur-reveal" @@ -232,21 +111,9 @@ export default function LandingPage() { @@ -316,31 +163,17 @@ export default function LandingPage() { logoText="Baby Avocado" columns={[ { - title: "General", - items: [ - { - label: "About", - href: "#about", - }, - { - label: "FAQ", - href: "#faq", - }, - ], + title: "General", items: [ + { label: "About", href: "#about" }, + { label: "FAQ", href: "#faq" } + ] }, { - title: "Contact", - items: [ - { - label: "Reservations", - href: "#contact", - }, - { - label: "Careers", - href: "#", - }, - ], - }, + title: "Contact", items: [ + { label: "Reservations", href: "#contact" }, + { label: "Careers", href: "#" } + ] + } ]} copyrightText="© 2024 Baby Avocado, Constanța." />