Update src/app/page.tsx

This commit is contained in:
2025-12-27 11:26:14 +00:00
parent 307e3c2bcc
commit d67c71f092

View File

@@ -8,7 +8,7 @@ import FeatureCardFourteen from '@/components/sections/feature/FeatureCardFourte
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterSocial from '@/components/sections/footer/FooterSocial';
import { Heart, Star, Calendar, Instagram, Facebook, Linkedin } from 'lucide-react';
import { Heart, Calendar, Instagram, Facebook, Linkedin } from 'lucide-react';
export default function LandingPage() {
return (
@@ -68,7 +68,6 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground="noInvert"
tag="Menu"
tagIcon={Star}
features={[
{
id: "1",
@@ -111,6 +110,7 @@ export default function LandingPage() {
handle: "@margaretchen",
testimonial: "Viva has become our favorite restaurant. The food is exceptional, the service is impeccable, and the atmosphere is simply perfect. We celebrate every special occasion here.",
rating: 5,
starColor: "#ffff00",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414401529-6db20epg.jpg",
imageAlt: "Margaret Chen"
},
@@ -120,6 +120,7 @@ export default function LandingPage() {
handle: "@jameswilson",
testimonial: "Outstanding culinary experience. The chef's attention to detail is remarkable, and every course was a masterpiece.",
rating: 5,
starColor: "#ffff00",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766492697041-9adqfrju.jpg",
imageAlt: "James Wilson"
},
@@ -129,6 +130,7 @@ export default function LandingPage() {
handle: "@sofiar",
testimonial: "The finest dining experience in the city. Worth every penny for the quality and sophistication.",
rating: 5,
starColor: "#ffff00",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502911819-f5rnce5q.jpg",
imageAlt: "Sofia Rodriguez"
},
@@ -138,6 +140,7 @@ export default function LandingPage() {
handle: "@davidkim",
testimonial: "Brought my family for a special celebration and they loved every moment. Highly recommended for special occasions.",
rating: 5,
starColor: "#ffff00",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502912600-84fr3x4z.jpg",
imageAlt: "David Kim"
},
@@ -147,6 +150,7 @@ export default function LandingPage() {
handle: "@emmathompson",
testimonial: "A culinary journey I'll never forget. The wine pairing was expertly curated and enhanced every dish.",
rating: 5,
starColor: "#ffff00",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502913367-8j5yog7q.jpg",
imageAlt: "Emma Thompson"
},
@@ -156,6 +160,7 @@ export default function LandingPage() {
handle: "@michaelsantos",
testimonial: "Professional service, exquisite food, elegant ambiance. Viva sets the standard for fine dining.",
rating: 5,
starColor: "#ffff00",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502914201-sdgv9pae.jpg",
imageAlt: "Michael Santos"
}