2 Commits

Author SHA1 Message Date
c790000da4 Update src/app/page.tsx 2026-05-27 01:52:14 +00:00
169a68b4c3 Update src/app/page.tsx 2026-05-27 01:51:29 +00:00

View File

@@ -11,7 +11,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { Coffee, Mug, Utensils, Star, MapPin, Heart, Clock, Award, Users, CheckCircle } from "lucide-react";
import { Coffee, Utensils, Star, MapPin, Heart, Clock, Award, Users, CheckCircle } from "lucide-react";
export default function LandingPage() {
return (
@@ -54,19 +54,19 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-table-holding-fresh-juice-bottle_23-2148784272.jpg", imageAlt: "Cozy coffee shop interior with natural light"
imageSrc: "https://r2.webild.net/images/hero-interior-coffee-shop.jpg", imageAlt: "Cozy coffee shop interior with natural light"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/professional-barista-pouring-latte-foam-coffee-caf_23-2148209229.jpg", imageAlt: "Barista making latte art"
imageSrc: "https://r2.webild.net/images/hero-barista-coffee.jpg", imageAlt: "Barista making latte art"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/spanich-sandwich-shop-window_1398-4866.jpg", imageAlt: "Display of freshly baked pastries"
imageSrc: "https://r2.webild.net/images/hero-coffee-preparation.jpg", imageAlt: "Coffee beans being prepared for brewing"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-table-holding-fresh-juice-bottle_23-2148784272.jpg", imageAlt: "Customer enjoying coffee at a window seat"
imageSrc: "https://r2.webild.net/images/hero-customer-enjoying-coffee.jpg", imageAlt: "Customer enjoying coffee at a window seat"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-with-tattoos-serving-coffee-counter_23-2149052846.jpg", imageAlt: "Warm and inviting coffee shop counter"
imageSrc: "https://r2.webild.net/images/hero-pastries-display.jpg", imageAlt: "Display of freshly baked pastries"
}
]}
mediaAnimation="slide-up"
@@ -78,7 +78,7 @@ export default function LandingPage() {
title="Our Signature Brews & Bites"
description="Explore our handcrafted coffee creations, unique lattes, and delectable homemade pastries, all made with passion and the finest ingredients."
tag="Daily Delights"
tagIcon={Mug}
tagIcon={Coffee}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
@@ -294,4 +294,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}