Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9fdb396e62 | |||
| 7fba335cc2 | |||
| e0d1146112 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user