Update src/app/page.tsx

This commit is contained in:
2026-05-14 21:21:32 +00:00
parent bf0264260f
commit e76d38b6cd

View File

@@ -9,7 +9,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TeamCardTen from '@/components/sections/team/TeamCardTen';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Award, Coffee, Facebook, Instagram, Star } from "lucide-react";
import { Award, Coffee, Facebook, Instagram, Star, Heart, MapPin, Users } from "lucide-react";
export default function LandingPage() {
return (
@@ -65,10 +65,10 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
{ icon: Star, title: "Hospitality", description: "We treat every guest like family, ensuring a warm and personal experience." },
{ icon: Award, title: "Fresh Ingredients", description: "Our kitchen uses seasonal, local products to create flavor-packed dishes." },
{ icon: Coffee, title: "Cozy Atmosphere", description: "Our historic building offers a warm, ambient space perfect for every moment." },
{ icon: Award, title: "Excellent Service", description: "Attentive, friendly staff dedicated to exceeding your expectations every time." },
{ icon: Heart, title: "Historic Atmosphere", description: "Dine in our beautifully preserved 1905 building, rich with local history." },
{ icon: MapPin, title: "Heart of Heerenveen", description: "Ideally located in the town center, perfect for local gatherings and events." },
{ icon: Coffee, title: "Regional Produce", description: "We partner with Friesland farmers to bring fresh, seasonal flavors to your table." },
{ icon: Users, title: "Customizable Events", description: "From wedding galas to business meetings, we craft tailored experiences." },
]}
title="Why Choose Spoorzicht?"
description="Discover the unique elements that make us your favorite destination in Heerenveen."
@@ -134,4 +134,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}