Update src/app/page.tsx

This commit is contained in:
2026-03-12 12:30:59 +00:00
parent edc1e1de4c
commit a2745a8124

View File

@@ -10,7 +10,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { Award, Home, Leaf, MapPin, Music, Star, TreePine, Users } from 'lucide-react';
import { Award, Home, Leaf, MapPin, Music, Star, TreePine, Users, Coffee } from 'lucide-react';
export default function LandingPage() {
return (
@@ -71,7 +71,7 @@ export default function LandingPage() {
<div id="experience" data-section="experience">
<MetricSplitMediaAbout
tag="Our Story"
tagIcon={Leaf}
tagIcon={Coffee}
tagAnimation="slide-up"
title="Where Coffee Meets Nature"
description="The Magnolia Café offers a peaceful escape from the city's rush. Surrounded by lush greenery and artistic interiors, it is a place where friends gather, conversations flow, and every cup of coffee feels special. Our commitment to quality, warm ambience, and exceptional food makes us the perfect destination for both relaxed moments and memorable gatherings."
@@ -82,6 +82,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/portrait-happy-woman-cafe-with-phone-juice_1303-9909.jpg"
imageAlt="The Magnolia beautiful outdoor garden seating"
mediaAnimation="blur-reveal"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>