Update src/app/page.tsx
This commit is contained in:
@@ -9,7 +9,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { Flame, ChefHat, Utensils, Cheese, Star, HelpCircle, Phone } from 'lucide-react';
|
||||
import { Flame, ChefHat, Utensils, Star, HelpCircle, Phone } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -54,7 +54,7 @@ export default function LandingPage() {
|
||||
{ text: "Découvrir le Menu", href: "#features" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-fresh-cheese-table_23-2150267671.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-fresh-cheese-table_23-2150267671.jpg"
|
||||
imageAlt="Fondue Gruyère traditionnelle"
|
||||
ariaLabel="Section héros restaurant Gruyère"
|
||||
/>
|
||||
@@ -90,7 +90,7 @@ export default function LandingPage() {
|
||||
title: "Fondue Gruyère", description: "Mélange traditionnel de Gruyère et d'Emmental, servi avec pain grillé et légumes frais. Une recette authentique des Alpes.", icon: Flame,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-fresh-cheese-table_23-2150267671.jpg?_wi=2", imageAlt: "Fondue Gruyère servie"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-fresh-cheese-table_23-2150267671.jpg", imageAlt: "Fondue Gruyère servie"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/huts-mountainside_181624-48459.jpg", imageAlt: "Paysage alpin source d'inspiration"
|
||||
@@ -104,18 +104,18 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-egg-omlette_23-2148601021.jpg", imageAlt: "Tartiflette traditionnelle"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raclette-dish-with-assortment-delicious-food_23-2149514135.jpg?_wi=1", imageAlt: "Plats savoyards assortis"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raclette-dish-with-assortment-delicious-food_23-2149514135.jpg", imageAlt: "Plats savoyards assortis"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Raclette", description: "Fromage Raclette fondant rasé directement sur l'assiette. Accompagné de pommes de terre, cornichons et oignons marinés.", icon: Cheese,
|
||||
title: "Raclette", description: "Fromage Raclette fondant rasé directement sur l'assiette. Accompagné de pommes de terre, cornichons et oignons marinés.", icon: Star,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raclette-dish-with-assortment-delicious-food_23-2149514135.jpg?_wi=2", imageAlt: "Raclette fondue servie"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raclette-dish-with-assortment-delicious-food_23-2149514135.jpg", imageAlt: "Raclette fondue servie"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-fresh-cheese-table_23-2150267671.jpg?_wi=3", imageAlt: "Service traditionnel raclette"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-fresh-cheese-table_23-2150267671.jpg", imageAlt: "Service traditionnel raclette"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -158,7 +158,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="left"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-fresh-cheese-table_23-2150267671.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-fresh-cheese-table_23-2150267671.jpg"
|
||||
imageAlt="Restaurant Gruyère ambiance"
|
||||
faqsAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user