diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8d4cf51..2a723d2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,7 +2,6 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
@@ -11,7 +10,8 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
-import { Building, ChefHat, Facebook, Fish, IceCream, Instagram, LeafyGreen, Martini, Mountain, Sparkles, Star, Trees, Users, Utensils } from "lucide-react";
+import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
+import { CakeSlice, ChefHat, Coffee, Egg, Facebook, Instagram, Juice, Mountain, Salad, Sparkles, Speech, Star, Sun, Table, Users, Utensils } from "lucide-react";
export default function LandingPage() {
return (
@@ -74,21 +74,16 @@ export default function LandingPage() {
@@ -99,56 +94,56 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Fresh Mediterranean Seafood", description: "Indulge in the finest local catch, prepared with traditional recipes and a modern twist. Our seafood is sourced daily for unparalleled freshness.", media: {
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-fish-with-solt-human-hand-white-plate_176474-3073.jpg", imageAlt: "Display of fresh Mediterranean seafood"},
+ title: "Artisan Coffee & Fresh Pastries", description: "Start your day with our expertly brewed specialty coffees and a delightful selection of freshly baked pastries, made in-house daily.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-coffee-with-delicious-croissant_23-2148206977.jpg", imageAlt: "Coffee and pastries on a wooden table"},
items: [
{
- icon: Fish,
- text: "Daily Catch"},
+ icon: Coffee,
+ text: "Specialty Brews"},
{
- icon: LeafyGreen,
- text: "Local Ingredients"},
+ icon: CakeSlice,
+ text: "Daily Baked"},
{
- icon: ChefHat,
- text: "Expertly Prepared"},
+ icon: Sun,
+ text: "Morning Delights"},
],
reverse: false
},
{
- title: "Exquisite Craft Cocktails", description: "Our skilled mixologists create captivating cocktails, from refreshing classics to innovative signatures, perfect for any occasion.", media: {
- imageSrc: "http://img.b2bpic.net/free-photo/older-friends-drinking-restaurant_23-2149316754.jpg", imageAlt: "Bartender preparing a craft cocktail"},
+ title: "Signature Breakfast & Brunch", description: "Indulge in our unique breakfast and brunch offerings, featuring local ingredients and a creative twist on classic dishes. Perfect for a leisurely morning.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/eggs-benedict-with-smoky-bacon_23-2148006199.jpg", imageAlt: "Eggs Benedict with bacon and sauce"},
items: [
{
- icon: Martini,
- text: "Signature Drinks"},
+ icon: Egg,
+ text: "Freshly Prepared"},
{
- icon: IceCream,
- text: "Refreshing Flavors"},
+ icon: Salad,
+ text: "Local Ingredients"},
{
- icon: Sparkles,
- text: "Artisan Mixology"},
+ icon: Juice,
+ text: "Refreshing Drinks"},
],
reverse: true
},
{
- title: "Charming Mediterranean Ambiance", description: "Dine in a picturesque setting, whether on our sun-drenched terrace or in our cozy interior, enjoying views of Kotor Bay.", media: {
- imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-drinking-cup-coffee-cafe_23-2147925426.jpg", imageAlt: "Charming outdoor dining area overlooking Kotor Bay"},
+ title: "Relaxed Ambiance & Scenic Views", description: "Enjoy our warm, inviting interior or soak up the sun on our terrace with stunning views of Kotor Bay. The perfect setting for relaxation or catching up with friends.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/comfortable-outdoor-seating-area-with-cushions_23-2148006203.jpg", imageAlt: "Cozy outdoor seating area with bay views"},
items: [
{
- icon: Trees,
- text: "Outdoor Terrace"},
+ icon: Sun,
+ text: "Sunny Terrace"},
{
- icon: Building,
- text: "Cozy Interior"},
+ icon: Table,
+ text: "Comfortable Seating"},
{
- icon: Mountain,
- text: "Bay Views"},
+ icon: Speech,
+ text: "Perfect for Gatherings"},
],
reverse: false
}
]}
- title="Savor the Taste of Platanus"
- description="From freshly sourced seafood to expertly crafted cocktails, every detail at Platanus is designed for your pleasure. Explore our unique offerings and welcoming ambiance."
+ title="Highlights of Platanus Cafe"
+ description="Discover why Platanus is the perfect spot for your morning coffee, a delightful brunch, or an afternoon treat, all complemented by the stunning scenery of Kotor Bay."
/>