Merge version_3 into main #3
@@ -8,7 +8,7 @@ import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||
import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { Award, Calendar, Heart, Sparkles, Star, Linkedin } from "lucide-react";
|
||||
import { Award, Calendar, Heart, Sparkles, Star } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -154,8 +154,7 @@ export default function LandingPage() {
|
||||
name: "Sarah Mitchell",
|
||||
role: "Food Critic",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414401529-6db20epg.jpg",
|
||||
imageAlt: "Sarah Mitchell",
|
||||
linkedinUrl: "https://linkedin.com/in/sarahmitchell"
|
||||
imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -163,8 +162,7 @@ export default function LandingPage() {
|
||||
name: "Emma Johnson",
|
||||
role: "Wedding Planning Professional",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766492697041-9adqfrju.jpg",
|
||||
imageAlt: "Emma Johnson",
|
||||
linkedinUrl: "https://linkedin.com/in/emmajohnson"
|
||||
imageAlt: "Emma Johnson"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -172,8 +170,7 @@ export default function LandingPage() {
|
||||
name: "Marco Benedetti",
|
||||
role: "Travel Consultant",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502911819-f5rnce5q.jpg",
|
||||
imageAlt: "Marco Benedetti",
|
||||
linkedinUrl: "https://linkedin.com/in/marcobenedetti"
|
||||
imageAlt: "Marco Benedetti"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -181,8 +178,7 @@ export default function LandingPage() {
|
||||
name: "Jennifer Chen",
|
||||
role: "Business Owner",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502912600-84fr3x4z.jpg",
|
||||
imageAlt: "Jennifer Chen",
|
||||
linkedinUrl: "https://linkedin.com/in/jenniferchen"
|
||||
imageAlt: "Jennifer Chen"
|
||||
}
|
||||
]}
|
||||
title="Loved by Our Guests"
|
||||
|
||||
Reference in New Issue
Block a user