8 Commits

Author SHA1 Message Date
55a8255458 Merge version_2 into main
Merge version_2 into main
2026-06-03 12:20:54 +00:00
9fdb396e62 Update src/app/page.tsx 2026-06-03 12:20:51 +00:00
99c7c8af91 Merge version_2 into main
Merge version_2 into main
2026-06-03 12:20:27 +00:00
7fba335cc2 Update src/app/page.tsx 2026-06-03 12:20:24 +00:00
3fa8239aa6 Merge version_1 into main
Merge version_1 into main
2026-06-03 12:19:59 +00:00
f4918b76d2 Merge version_2 into main
Merge version_2 into main
2026-06-03 12:19:28 +00:00
e0d1146112 Update src/app/page.tsx 2026-06-03 12:19:25 +00:00
19452f56a9 Merge version_1 into main
Merge version_1 into main
2026-06-03 12:19:01 +00:00

View File

@@ -33,14 +33,14 @@ export default function LandingPage() {
brandName="L'Authentik"
navItems={[
{ name: "Home", id: "#hero" },
{ name: "About Us", id: "#about" },
{ name: "Our Story", id: "#about" },
{ name: "Menu", id: "#menu" },
{ name: "Specials", id: "#specials" },
{ name: "Reviews", id: "#testimonials" },
{ name: "Contact", id: "#contact" }
]}
logoSrc="http://img.b2bpic.net/free-photo/clean-professional-corporate-identity-stationery-mockup_187299-47807.jpg"
logoAlt="authentic restaurant logo elegant"
logoAlt="L'Authentik Restaurant Logo"
/>
</div>
<div id="hero" data-section="hero" className="mx-auto px-4 md:px-6">
@@ -55,7 +55,7 @@ export default function LandingPage() {
{ text: "Make a Reservation", href: "#contact" }
]}
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-dish-with-shrimp-white-plate_181624-10332.jpg"
imageAlt="inviting restaurant interior elegant"
imageAlt="Delicious shrimp dish in an elegant restaurant setting"
mediaAnimation="slide-up"
imagePosition="right"
fixedMediaHeight={true}
@@ -69,7 +69,7 @@ export default function LandingPage() {
subdescription="We believe in the power of good food to connect people, create memories, and celebrate life's moments. Every dish tells a story, every ingredient is carefully selected, and every visit is an experience."
icon={Utensils}
imageSrc="http://img.b2bpic.net/free-photo/woman-with-colorful-healthy-sweet-deserts-chia-puddings-made-almond-milk-blue-spirulina-extract-chia-seeds-pappaya-mango-jam-homemade-granola-wooden-table-kitchen-home_343596-1059.jpg"
imageAlt="chef preparing gourmet dish kitchen"
imageAlt="Chef preparing gourmet dish in a kitchen"
mediaAnimation="slide-up"
useInvertedBackground={true}
/>
@@ -226,7 +226,7 @@ export default function LandingPage() {
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/assortment-white-table-delicious-meal_23-2148941045.jpg"
imageAlt="restaurant table empty set"
imageAlt="Elegant restaurant table setting, ready for guests"
mediaAnimation="opacity"
mediaPosition="right"
buttonText="Submit Reservation"
@@ -236,7 +236,7 @@ export default function LandingPage() {
<FooterCard
logoText="L'Authentik"
logoSrc="http://img.b2bpic.net/free-photo/clean-professional-corporate-identity-stationery-mockup_187299-47807.jpg"
logoAlt="authentic restaurant logo elegant"
logoAlt="L'Authentik Restaurant Logo"
copyrightText="© 2024 L'Authentik. All rights reserved."
socialLinks={[
{ icon: Facebook, href: "https://facebook.com/lauthentik", ariaLabel: "Facebook" },
@@ -247,4 +247,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}