Merge version_1_1782211694740 into main #3

Merged
bender merged 1 commits from version_1_1782211694740 into main 2026-06-23 10:50:00 +00:00

View File

@@ -5,7 +5,6 @@ import FeaturesBento from '@/components/sections/features/FeaturesBento';
import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento';
import HeroSplit from '@/components/sections/hero/HeroSplit';
import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards';
import { Coffee, Utensils, Waves } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
@@ -29,7 +28,8 @@ export default function HomePage() {
<AboutTextSplit
title="About Our Palace"
descriptions={[
"Mirador Palace Hotel is a landmark of luxury in Chlef, designed to offer an unparalleled guest experience. Our commitment to excellence ensures every detail of your stay is catered to with precision.", "Perfectly situated for accessibility, we are just 5 km from the Chorfa Amusement Park and a short distance from the University of Chlef, making us the premier choice for your next trip."]}
"Mirador Palace Hotel is a landmark of luxury in Chlef, designed to offer an unparalleled guest experience. Our commitment to excellence ensures every detail of your stay is catered to with precision.", "Perfectly situated for accessibility, we are just 5 km from the Chorfa Amusement Park and a short distance from the University of Chlef, making us the premier choice for your next trip."
]}
/>
</SectionErrorBoundary>
</div>
@@ -126,4 +126,4 @@ export default function HomePage() {
</div>
</>
);
}
}