1 Commits

Author SHA1 Message Date
56966cb15f Update src/app/page.tsx 2026-01-05 10:32:28 +00:00

View File

@@ -3,7 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import MediaAbout from '@/components/sections/about/MediaAbout';
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
@@ -83,14 +83,12 @@ export default function LandingPage() {
</div> </div>
<div id="about" data-section="about" style={{ backgroundColor: '#f7fffa' }}> <div id="about" data-section="about" style={{ backgroundColor: '#f7fffa' }}>
<TestimonialAboutCard <MediaAbout
title="A sanctuary where Alpine grandeur meets Swiss hospitality perfection."
description="Margaret & Thomas from London, United Kingdom share their unforgettable experience at our luxury alpine resort."
tag="Guest Testimonial" tag="Guest Testimonial"
tagIcon={Star} tagIcon={Star}
title="A sanctuary where Alpine grandeur meets Swiss hospitality perfection." imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767556193442-etd1bm8w.jpg"
description="Margaret & Thomas"
subdescription="London, United Kingdom"
icon={Heart}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767556190908-llv80fhw.jpg"
imageAlt="Luxurious mountain resort setting" imageAlt="Luxurious mountain resort setting"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
/> />