Update src/app/page.tsx
This commit is contained in:
251
src/app/page.tsx
251
src/app/page.tsx
@@ -33,29 +33,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQs",
|
||||
id: "#faqs",
|
||||
},
|
||||
name: "FAQs", id: "#faqs"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Lemon House"
|
||||
/>
|
||||
@@ -64,69 +52,44 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Welcome to Lemon House"
|
||||
description="Experience the zest of life in our cozy home, offering comfort, charm, and fresh delights."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-attractive-africanamerican-woman-smiling-looking-happy-standing-yellow-backgroun_1258-137772.jpg",
|
||||
alt: "Happy customer Sarah",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-attractive-africanamerican-woman-smiling-looking-happy-standing-yellow-backgroun_1258-137772.jpg", alt: "Happy customer Sarah"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-drinking-coffee-office_1301-4956.jpg",
|
||||
alt: "Satisfied guest Emily",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-drinking-coffee-office_1301-4956.jpg", alt: "Satisfied guest Emily"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756305.jpg",
|
||||
alt: "Visiting client Michael",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756305.jpg", alt: "Visiting client Michael"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-brunette-model-dressed-summer-hipster-jacket-jeans-clothes_158538-1629.jpg",
|
||||
alt: "Returning visitor Jessica",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-brunette-model-dressed-summer-hipster-jacket-jeans-clothes_158538-1629.jpg", alt: "Returning visitor Jessica"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-smiling-woman_171337-4171.jpg",
|
||||
alt: "Smiling customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-smiling-woman_171337-4171.jpg", alt: "Smiling customer"},
|
||||
]}
|
||||
avatarText="Loved by over 1000 guests"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Offerings",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Explore Our Offerings", href: "#menu"},
|
||||
{
|
||||
text: "Book Your Stay",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Stay", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fresh Ingredients",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Fresh Ingredients", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Cozy Ambiance",
|
||||
icon: Home,
|
||||
type: "text-icon", text: "Cozy Ambiance", icon: Home,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Delightful Menu",
|
||||
icon: Utensils,
|
||||
type: "text-icon", text: "Delightful Menu", icon: Utensils,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Exceptional Service",
|
||||
icon: Smile,
|
||||
type: "text-icon", text: "Exceptional Service", icon: Smile,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Relaxing Stays",
|
||||
icon: Home,
|
||||
type: "text-icon", text: "Relaxing Stays", icon: Home,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -151,46 +114,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Cozy Accommodations",
|
||||
description: "Comfortable rooms designed for relaxation, featuring natural light and thoughtful amenities.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-checking-their-phones-even-their-bathroom_23-2149017790.jpg",
|
||||
imageAlt: "Cozy room interior",
|
||||
},
|
||||
title: "Cozy Accommodations", description: "Comfortable rooms designed for relaxation, featuring natural light and thoughtful amenities.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-checking-their-phones-even-their-bathroom_23-2149017790.jpg", imageAlt: "Cozy room interior"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hand-holding-phone-with-menu_23-2149357871.jpg",
|
||||
imageAlt: "Stylish bedroom decor",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-happy-smile-relax-sitting-sofa-chair_74190-9445.jpg",
|
||||
imageAlt: "cozy bedroom aesthetic phone screen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hand-holding-phone-with-menu_23-2149357871.jpg", imageAlt: "Stylish bedroom decor"},
|
||||
},
|
||||
{
|
||||
title: "Garden-Fresh Cuisine",
|
||||
description: "Savor delightful meals prepared with the freshest local ingredients, inspired by seasonal flavors.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-smartphone-delicious-food_23-2149711483.jpg",
|
||||
imageAlt: "Plated gourmet dish",
|
||||
},
|
||||
title: "Garden-Fresh Cuisine", description: "Savor delightful meals prepared with the freshest local ingredients, inspired by seasonal flavors.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-smartphone-delicious-food_23-2149711483.jpg", imageAlt: "Plated gourmet dish"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-diet-male-hands-holding-smartphone-keeping-track-calories-his-food-with-fitness-app_662251-2229.jpg",
|
||||
imageAlt: "Fresh ingredients on display",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-attractive-africanamerican-woman-smiling-looking-happy-standing-yellow-backgroun_1258-137772.jpg",
|
||||
imageAlt: "cozy bedroom aesthetic phone screen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-diet-male-hands-holding-smartphone-keeping-track-calories-his-food-with-fitness-app_662251-2229.jpg", imageAlt: "Fresh ingredients on display"},
|
||||
},
|
||||
{
|
||||
title: "Relaxing Ambiance",
|
||||
description: "Unwind in our serene spaces, from the sunlit lounge to the tranquil outdoor patio.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-flower-landscape-painting_23-2151596882.jpg",
|
||||
imageAlt: "Sunny outdoor patio",
|
||||
},
|
||||
title: "Relaxing Ambiance", description: "Unwind in our serene spaces, from the sunlit lounge to the tranquil outdoor patio.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-flower-landscape-painting_23-2151596882.jpg", imageAlt: "Sunny outdoor patio"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-vibrant-neon-cactus-desert_23-2151244863.jpg",
|
||||
imageAlt: "Tranquil garden setting",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-drinking-coffee-office_1301-4956.jpg",
|
||||
imageAlt: "cozy bedroom aesthetic phone screen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-vibrant-neon-cactus-desert_23-2151244863.jpg", imageAlt: "Tranquil garden setting"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -207,47 +146,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "product-1",
|
||||
name: "Lemon Herb Chicken",
|
||||
price: "$22.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-cauliflower-plate-with-greens-top-view-picnic-cloth-dark-wooden-background_176474-5167.jpg",
|
||||
imageAlt: "Lemon Herb Chicken",
|
||||
},
|
||||
id: "product-1", name: "Lemon Herb Chicken", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/fried-cauliflower-plate-with-greens-top-view-picnic-cloth-dark-wooden-background_176474-5167.jpg", imageAlt: "Lemon Herb Chicken"},
|
||||
{
|
||||
id: "product-2",
|
||||
name: "Mediterranean Salad",
|
||||
price: "$16.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-background-with-olives-cheese-aromatic-herb_23-2147612083.jpg",
|
||||
imageAlt: "Mediterranean Salad",
|
||||
},
|
||||
id: "product-2", name: "Mediterranean Salad", price: "$16.00", imageSrc: "http://img.b2bpic.net/free-photo/blue-background-with-olives-cheese-aromatic-herb_23-2147612083.jpg", imageAlt: "Mediterranean Salad"},
|
||||
{
|
||||
id: "product-3",
|
||||
name: "Fresh Baked Croissant",
|
||||
price: "$6.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pastry-slice-with-cup-tea-chocolate-candies-pink-surface_140725-49109.jpg",
|
||||
imageAlt: "Fresh Baked Croissant",
|
||||
},
|
||||
id: "product-3", name: "Fresh Baked Croissant", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pastry-slice-with-cup-tea-chocolate-candies-pink-surface_140725-49109.jpg", imageAlt: "Fresh Baked Croissant"},
|
||||
{
|
||||
id: "product-4",
|
||||
name: "Iced Lemonade",
|
||||
price: "$7.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/icy-detox-water-with-lemons-mint-glass-grey-grunge-surface_176474-6382.jpg",
|
||||
imageAlt: "Iced Lemonade",
|
||||
},
|
||||
id: "product-4", name: "Iced Lemonade", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/icy-detox-water-with-lemons-mint-glass-grey-grunge-surface_176474-6382.jpg", imageAlt: "Iced Lemonade"},
|
||||
{
|
||||
id: "product-5",
|
||||
name: "Seasonal Fruit Tart",
|
||||
price: "$9.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cake-charlotte-with-raspberries-plums_2829-5550.jpg",
|
||||
imageAlt: "Seasonal Fruit Tart",
|
||||
},
|
||||
id: "product-5", name: "Seasonal Fruit Tart", price: "$9.00", imageSrc: "http://img.b2bpic.net/free-photo/cake-charlotte-with-raspberries-plums_2829-5550.jpg", imageAlt: "Seasonal Fruit Tart"},
|
||||
{
|
||||
id: "product-6",
|
||||
name: "Artisan Coffee",
|
||||
price: "$5.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-barista-with-apron-holding-decorated-coffee-glass_23-2148824459.jpg",
|
||||
imageAlt: "Artisan Coffee",
|
||||
},
|
||||
id: "product-6", name: "Artisan Coffee", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/female-barista-with-apron-holding-decorated-coffee-glass_23-2148824459.jpg", imageAlt: "Artisan Coffee"},
|
||||
]}
|
||||
title="Our Delightful Menu"
|
||||
description="Freshly prepared dishes and refreshing beverages inspired by the vibrant flavors of the season."
|
||||
@@ -260,50 +169,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1",
|
||||
title: "A Hidden Gem!",
|
||||
quote: "A true hidden gem! The ambiance is so welcoming, and the food is simply divine. Highly recommend the lemon herb chicken.",
|
||||
name: "Sarah Johnson",
|
||||
role: "Frequent Visitor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-shrugging-while-his-boyfriend-giving-her-engagement-ring_23-2147891252.jpg",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "testimonial-1", title: "A Hidden Gem!", quote: "A true hidden gem! The ambiance is so welcoming, and the food is simply divine. Highly recommend the lemon herb chicken.", name: "Sarah Johnson", role: "Frequent Visitor", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-shrugging-while-his-boyfriend-giving-her-engagement-ring_23-2147891252.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "testimonial-2",
|
||||
title: "Home Away From Home",
|
||||
quote: "Felt like a home away from home. Every detail was perfect, from the cozy room to the amazing breakfast.",
|
||||
name: "Michael Chen",
|
||||
role: "Traveler",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-feeding-cookies-her-boyfriend-sitting-bed_23-2147904469.jpg",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "testimonial-2", title: "Home Away From Home", quote: "Felt like a home away from home. Every detail was perfect, from the cozy room to the amazing breakfast.", name: "Michael Chen", role: "Traveler", imageSrc: "http://img.b2bpic.net/free-photo/woman-feeding-cookies-her-boyfriend-sitting-bed_23-2147904469.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "testimonial-3",
|
||||
title: "Peaceful Oasis",
|
||||
quote: "The garden is a peaceful oasis. Spent hours relaxing with a fresh lemonade. Can't wait to return!",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Relaxation Enthusiast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-smiley-emoji-card_23-2148860296.jpg",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "testimonial-3", title: "Peaceful Oasis", quote: "The garden is a peaceful oasis. Spent hours relaxing with a fresh lemonade. Can't wait to return!", name: "Emily Rodriguez", role: "Relaxation Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-smiley-emoji-card_23-2148860296.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "testimonial-4",
|
||||
title: "Exceptional Hospitality",
|
||||
quote: "Such a charming place with incredible hospitality. The staff goes above and beyond to make you feel comfortable.",
|
||||
name: "David Kim",
|
||||
role: "Guest",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-colleague_1098-14876.jpg",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "testimonial-4", title: "Exceptional Hospitality", quote: "Such a charming place with incredible hospitality. The staff goes above and beyond to make you feel comfortable.", name: "David Kim", role: "Guest", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-colleague_1098-14876.jpg", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "testimonial-5",
|
||||
title: "Absolutely Loved It!",
|
||||
quote: "Absolutely loved my stay! The perfect blend of rustic charm and modern comfort. The fresh tart was a highlight.",
|
||||
name: "Jessica Lee",
|
||||
role: "Happy Guest",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-hungry-woman-eating_171337-4077.jpg",
|
||||
imageAlt: "Jessica Lee",
|
||||
},
|
||||
id: "testimonial-5", title: "Absolutely Loved It!", quote: "Absolutely loved my stay! The perfect blend of rustic charm and modern comfort. The fresh tart was a highlight.", name: "Jessica Lee", role: "Happy Guest", imageSrc: "http://img.b2bpic.net/free-photo/portrait-hungry-woman-eating_171337-4077.jpg", imageAlt: "Jessica Lee"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Hear from those who have experienced the warmth and charm of Lemon House."
|
||||
@@ -315,14 +189,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Travel Daily",
|
||||
"Foodie Magazine",
|
||||
"Cozy Stays",
|
||||
"Gourmet Guide",
|
||||
"Local Living",
|
||||
"Home & Garden",
|
||||
"Weekend Escape",
|
||||
]}
|
||||
"Travel Daily", "Foodie Magazine", "Cozy Stays", "Gourmet Guide", "Local Living", "Home & Garden", "Weekend Escape"]}
|
||||
title="Featured In"
|
||||
description="Proudly recognized by leading travel and culinary publications."
|
||||
/>
|
||||
@@ -334,20 +201,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What are your opening hours?",
|
||||
content: "We are open daily from 8:00 AM to 10:00 PM, serving breakfast, lunch, and dinner.",
|
||||
},
|
||||
id: "faq-1", title: "What are your opening hours?", content: "We are open daily from 8:00 AM to 10:00 PM, serving breakfast, lunch, and dinner."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Do you offer vegetarian options?",
|
||||
content: "Yes, our menu includes a variety of vegetarian and vegan dishes, prepared with fresh, seasonal ingredients.",
|
||||
},
|
||||
id: "faq-2", title: "Do you offer vegetarian options?", content: "Yes, our menu includes a variety of vegetarian and vegan dishes, prepared with fresh, seasonal ingredients."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Is parking available?",
|
||||
content: "Complimentary parking is available on-site for all our guests and visitors.",
|
||||
},
|
||||
id: "faq-3", title: "Is parking available?", content: "Complimentary parking is available on-site for all our guests and visitors."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about your visit to Lemon House."
|
||||
@@ -359,20 +217,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Plan Your Visit"
|
||||
description="Whether you're looking to reserve a table, book a stay, or inquire about events, we're here to help."
|
||||
buttons={[
|
||||
{
|
||||
text: "Make a Reservation",
|
||||
href: "#",
|
||||
},
|
||||
text: "Make a Reservation", href: "#"},
|
||||
{
|
||||
text: "Send Us a Message",
|
||||
href: "#",
|
||||
},
|
||||
text: "Send Us a Message", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -384,19 +237,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "#", ariaLabel: "Twitter"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user