Update src/app/page.tsx
This commit is contained in:
@@ -7,11 +7,11 @@ import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCa
|
||||
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import TeamCardThree from '@/components/sections/team/TeamCardThree';
|
||||
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
||||
import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight';
|
||||
import ContactInline from '@/components/sections/contact/ContactInline';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import { Star, Heart, Home, Mountain, Sparkles, Crown, Linkedin, Globe } from "lucide-react";
|
||||
import { Star, Heart, Home, Mountain, Sparkles, Crown } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -235,45 +235,34 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardThree
|
||||
<TeamCardFive
|
||||
title="Meet Our Hospitality Team"
|
||||
description="Dedicated professionals committed to creating your perfect Alpine experience."
|
||||
tag="Staff"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
animationType="slide-up"
|
||||
members={[
|
||||
team={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Samuel Eicher",
|
||||
role: "General Manager",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767556199718-irvjkbto.jpg",
|
||||
imageAlt: "General Manager Samuel Eicher",
|
||||
socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com" },
|
||||
{ icon: Globe, url: "https://example.com" }
|
||||
]
|
||||
imageAlt: "General Manager Samuel Eicher"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marta Rossi",
|
||||
role: "Head Concierge",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767556198938-sapad5cn.jpg",
|
||||
imageAlt: "Head Concierge Marta Rossi",
|
||||
socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com" }
|
||||
]
|
||||
imageAlt: "Head Concierge Marta Rossi"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Chef Andreas Müller",
|
||||
role: "Executive Chef",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767556200257-fw1n6fwc.jpg",
|
||||
imageAlt: "Executive Chef Andreas Müller",
|
||||
socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com" },
|
||||
{ icon: Globe, url: "https://example.com" }
|
||||
]
|
||||
imageAlt: "Executive Chef Andreas Müller"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -287,6 +276,8 @@ export default function LandingPage() {
|
||||
tagIcon={Star}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
animationType="slide-up"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
@@ -393,4 +384,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user