Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-25 23:25:25 +00:00

View File

@@ -9,6 +9,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
import ContactText from '@/components/sections/contact/ContactText';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
import { CookingPot } from 'lucide-react';
import Link from 'next/link';
@@ -77,7 +78,6 @@ export default function HomePage() {
imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-vegan-meal-with-mushrooms-onions-carrots-leek_181624-41841.jpg"
imageAlt="signature Vietnamese pho bowl, steaming, fresh herbs, lime, chili, inviting restaurant background"
mediaAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -87,7 +87,7 @@ export default function HomePage() {
title="A Culinary Journey from Vietnam to RAK"
description="Vietnamese Chef Restaurant brings the heart and soul of traditional Vietnamese cooking to your table in Ras Al Khaimah."
subdescription="With a focus on fresh, high-quality ingredients and time-honored family recipes, our chef shares a passion for authentic flavors and a warm, inviting dining experience that delights every guest."
icon="CookingPot"
icon={CookingPot}
imageSrc="http://img.b2bpic.net/free-photo/lunch-setup-restaurant-near-window-floor-stand-lamp_140725-1572.jpg"
imageAlt="cozy Vietnamese restaurant interior, warm lighting, wooden tables, traditional decor, inviting atmosphere"
mediaAnimation="slide-up"
@@ -165,7 +165,6 @@ export default function HomePage() {
]}
logoText="Vietnamese Chef Restaurant"
ariaLabel="Site footer"
useInvertedBackground={false}
/>
</div>
</ThemeProvider>