Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-06-07 22:20:21 +00:00

View File

@@ -13,7 +13,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import { Award, Compass, Globe, Leaf, Lightbulb, Palette, Utensils, Wine, ChefHat, ScrollText, Bath, Lotus } from "lucide-react";
import { Award, Compass, Globe, Leaf, Lightbulb, Palette, Utensils, Wine, ChefHat, ScrollText, Bath, Meditation } from "lucide-react";
export default function LandingPage() {
return (
@@ -152,8 +152,8 @@ export default function LandingPage() {
icon: Bath,
text: "Hammam & Spa"},
{
icon: Lotus,
text: "Relaxation Areas"},
icon: Meditation,
text: "Relaxation Areas"}
],
reverse: false
}
@@ -259,7 +259,7 @@ export default function LandingPage() {
{
id: "blog2", category: "Travel", title: "Exploring Rabat's Medina: A Walk Through History", excerpt: "Navigate the bustling alleys and hidden gems of Rabat's historic Medina, where ancient stories come to life around every corner.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-lighting-shop-market-marrakech_268835-3978.jpg", imageAlt: "Rabat Medina market", authorName: "Sara K.", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-senior-female-teacher-education-day_23-2150980018.jpg", date: "November 12, 2023"},
{
id: "blog3", category: "Cuisine", title: "Beyond Tagine: Unveiling Morocco's Culinary Secrets", excerpt: "Go beyond the iconic tagine and explore the diverse and flavorful world of Moroccan cuisine, from street food to gourmet delights.", imageSrc: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473072.jpg", imageAlt: "Moroccan desert landscape", authorName: "Layla T.", authorAvatar: "http://img.b2bpic.net/free-photo/cheerful-european-man-glasses-suit-smiling-excited-looking-camera-with-amazed-happy-face-w_1258-154166.jpg", date: "December 01, 2023"},
id: "blog3", category: "Cuisine", title: "Beyond Tagine: Unveiling Morocco's Culinary Secrets", excerpt: "Go beyond the iconic tagine and explore the diverse and flavorful world of Moroccan cuisine, from street food to gourmet delights.", imageSrc: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473072.jpg", imageAlt: "Moroccan desert landscape", authorName: "Layla T.", authorAvatar: "http://img.b2bpic.net/free-photo/cheerful-european-man-glasses-suit-smiling-excited-looking-camera-with-amazed-happy-face-w_1258-154166.jpg", date: "December 01, 2023"}
]}
/>
</div>