Merge version_1 into main #2
250
src/app/page.tsx
250
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
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: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Achayan's"
|
||||
/>
|
||||
@@ -56,32 +48,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Authentic Kerala & Indo-Chinese Flavors"
|
||||
description="Experience the perfect blend of traditional spices and global culinary trends in a welcoming, modern fine dining space."
|
||||
tag="Achayan’s Fine Dine"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157781.jpg?_wi=1",
|
||||
imageAlt: "Traditional Kerala restaurant interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157781.jpg", imageAlt: "Traditional Kerala restaurant interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-parsley-sauce-orange-background-with-ketchup_114579-20319.jpg?_wi=1",
|
||||
imageAlt: "Freshly prepared food plating",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-table-arrangement-with-candles_23-2148966208.jpg",
|
||||
imageAlt: "High angle table arrangement with candles",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-table-arrangement-with-candles_23-2148966209.jpg",
|
||||
imageAlt: "High angle table arrangement with candles",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157770.jpg",
|
||||
imageAlt: "Top view of dining tables without food",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-parsley-sauce-orange-background-with-ketchup_114579-20319.jpg", imageAlt: "Freshly prepared food plating"}
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -97,7 +72,7 @@ export default function LandingPage() {
|
||||
title="Quality You Can Taste"
|
||||
description="At Achayan’s Fine Dine Restaurant, we bring you a perfect blend of traditional Kerala taste and popular global flavors. From freshly prepared soups to flavorful biryanis and seafood, every dish is made with care."
|
||||
subdescription="Whether you're dining with family or friends, we offer a warm, welcoming experience every time."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-chef-cutting-eggplant-wooden-board-uniform-apron-kitchen_176474-8974.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-chef-cutting-eggplant-wooden-board-uniform-apron-kitchen_176474-8974.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
icon={Utensils}
|
||||
/>
|
||||
@@ -111,41 +86,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Chicken 65",
|
||||
price: "₹190",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-paste-stick_1339-6839.jpg",
|
||||
},
|
||||
id: "p1", name: "Chicken 65", price: "₹190", imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-paste-stick_1339-6839.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Chicken Fried Rice",
|
||||
price: "₹170",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-rice-bowl-with-fresh-veggies-herbs-generated-by-ai_188544-25989.jpg",
|
||||
},
|
||||
id: "p2", name: "Chicken Fried Rice", price: "₹170", imageSrc: "http://img.b2bpic.net/free-photo/healthy-rice-bowl-with-fresh-veggies-herbs-generated-by-ai_188544-25989.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Kerala Porotta",
|
||||
price: "₹15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086038.jpg",
|
||||
},
|
||||
id: "p3", name: "Kerala Porotta", price: "₹15", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086038.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Honey Glazed Chicken",
|
||||
price: "₹250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-french-fries-with-greens-different-seasonings-dark-surface_140725-115503.jpg",
|
||||
},
|
||||
id: "p4", name: "Honey Glazed Chicken", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-french-fries-with-greens-different-seasonings-dark-surface_140725-115503.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Dragon Chicken",
|
||||
price: "₹250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steaming-hot-chicken-biryani-skillet_84443-72360.jpg",
|
||||
},
|
||||
id: "p5", name: "Dragon Chicken", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/steaming-hot-chicken-biryani-skillet_84443-72360.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Butter Naan",
|
||||
price: "₹50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kimchi-cabbage-bowl_2829-18655.jpg",
|
||||
},
|
||||
id: "p6", name: "Butter Naan", price: "₹50", imageSrc: "http://img.b2bpic.net/free-photo/kimchi-cabbage-bowl_2829-18655.jpg"},
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="Explore our curated selection of fine dine dishes."
|
||||
@@ -159,64 +110,43 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Refreshing Soups",
|
||||
description: "From Cream of Mushroom to Mutton Paya Soup, we offer diverse options.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-nuggets-sweet-chili_140725-6147.jpg",
|
||||
},
|
||||
title: "Refreshing Soups", description: "From Cream of Mushroom to Mutton Paya Soup, we offer diverse options.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-nuggets-sweet-chili_140725-6147.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: Soup,
|
||||
text: "Cream of Mushroom",
|
||||
},
|
||||
text: "Cream of Mushroom"},
|
||||
{
|
||||
icon: Soup,
|
||||
text: "Mutton Paya Soup",
|
||||
},
|
||||
text: "Mutton Paya Soup"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157781.jpg?_wi=2",
|
||||
imageAlt: "gobi 65 crispy appetizer",
|
||||
},
|
||||
{
|
||||
title: "Fresh Salads",
|
||||
description: "Our salad menu features everything from Arabic to Fish Amritsari Salads.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-rice-dish-chopsticks_23-2148585696.jpg",
|
||||
},
|
||||
title: "Fresh Salads", description: "Our salad menu features everything from Arabic to Fish Amritsari Salads.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-rice-dish-chopsticks_23-2148585696.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: Leaf,
|
||||
text: "Arabic Salad",
|
||||
},
|
||||
text: "Arabic Salad"},
|
||||
{
|
||||
icon: Fish,
|
||||
text: "Fish Amritsari Salad",
|
||||
},
|
||||
text: "Fish Amritsari Salad"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-chef-cutting-eggplant-wooden-board-uniform-apron-kitchen_176474-8974.jpg?_wi=2",
|
||||
imageAlt: "gobi 65 crispy appetizer",
|
||||
},
|
||||
{
|
||||
title: "Starters Selection",
|
||||
description: "Classic snacks like Chicken 65 and Dragon Chicken perfectly seasoned.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-mexican-sweetness_23-2149666286.jpg",
|
||||
},
|
||||
title: "Starters Selection", description: "Classic snacks like Chicken 65 and Dragon Chicken perfectly seasoned.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-mexican-sweetness_23-2149666286.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: Flame,
|
||||
text: "Chicken 65",
|
||||
},
|
||||
text: "Chicken 65"},
|
||||
{
|
||||
icon: Flame,
|
||||
text: "Dragon Chicken",
|
||||
},
|
||||
text: "Dragon Chicken"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-parsley-sauce-orange-background-with-ketchup_114579-20319.jpg?_wi=2",
|
||||
imageAlt: "gobi 65 crispy appetizer",
|
||||
},
|
||||
]}
|
||||
title="Soups & Salads"
|
||||
@@ -231,48 +161,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "rice",
|
||||
name: "Fried Rice Variety",
|
||||
price: "Starting ₹140",
|
||||
features: [
|
||||
"Veg Fried Rice",
|
||||
"Egg Fried Rice",
|
||||
"Szechuan Chicken Fried Rice",
|
||||
],
|
||||
id: "rice", name: "Fried Rice Variety", price: "Starting ₹140", features: [
|
||||
"Veg Fried Rice", "Egg Fried Rice", "Szechuan Chicken Fried Rice"],
|
||||
buttons: [
|
||||
{
|
||||
text: "View Menu",
|
||||
},
|
||||
text: "View Menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "noodles",
|
||||
name: "Noodle Delights",
|
||||
price: "Starting ₹140",
|
||||
features: [
|
||||
"Veg Noodles",
|
||||
"Chicken Noodles",
|
||||
"Szechuan Mixed Noodles",
|
||||
],
|
||||
id: "noodles", name: "Noodle Delights", price: "Starting ₹140", features: [
|
||||
"Veg Noodles", "Chicken Noodles", "Szechuan Mixed Noodles"],
|
||||
buttons: [
|
||||
{
|
||||
text: "View Menu",
|
||||
},
|
||||
text: "View Menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pulao",
|
||||
name: "Pulao & Ghee Rice",
|
||||
price: "Starting ₹90",
|
||||
features: [
|
||||
"Veg Pulao",
|
||||
"Mutter Pulao",
|
||||
"Ghee Rice",
|
||||
],
|
||||
id: "pulao", name: "Pulao & Ghee Rice", price: "Starting ₹90", features: [
|
||||
"Veg Pulao", "Mutter Pulao", "Ghee Rice"],
|
||||
buttons: [
|
||||
{
|
||||
text: "View Menu",
|
||||
},
|
||||
text: "View Menu"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -288,59 +197,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Rahul P.",
|
||||
role: "Foodie",
|
||||
company: "Palakkad",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-dinner-together_23-2148454081.jpg",
|
||||
},
|
||||
id: "t1", name: "Rahul P.", role: "Foodie", company: "Palakkad", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-dinner-together_23-2148454081.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Anita M.",
|
||||
role: "Regular",
|
||||
company: "Mannarkad",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-people-with-drinks_23-2150124809.jpg",
|
||||
},
|
||||
id: "t2", name: "Anita M.", role: "Regular", company: "Mannarkad", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-people-with-drinks_23-2150124809.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Vijay R.",
|
||||
role: "Visitor",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-tablet_1098-3885.jpg",
|
||||
},
|
||||
id: "t3", name: "Vijay R.", role: "Visitor", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-tablet_1098-3885.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sreeja K.",
|
||||
role: "Regular",
|
||||
company: "Palakkad",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16252.jpg",
|
||||
},
|
||||
id: "t4", name: "Sreeja K.", role: "Regular", company: "Palakkad", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16252.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Arjun D.",
|
||||
role: "Customer",
|
||||
company: "Mannarkad",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187189.jpg",
|
||||
},
|
||||
id: "t5", name: "Arjun D.", role: "Customer", company: "Mannarkad", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187189.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9",
|
||||
label: "Google Rating",
|
||||
},
|
||||
value: "4.9", label: "Google Rating"},
|
||||
{
|
||||
value: "500+",
|
||||
label: "Happy Guests",
|
||||
},
|
||||
value: "500+", label: "Happy Guests"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Authentic Taste",
|
||||
},
|
||||
value: "100%", label: "Authentic Taste"},
|
||||
]}
|
||||
title="What Guests Say"
|
||||
description="Real experiences from our valued diners in Palakkad."
|
||||
@@ -352,14 +230,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Palakkad Foodies",
|
||||
"Smart Bazaar",
|
||||
"Local Cuisine Guide",
|
||||
"Fine Dine Association",
|
||||
"Kerala Hospitality",
|
||||
"Food Delivery Network",
|
||||
"Community Dining Hub",
|
||||
]}
|
||||
"Palakkad Foodies", "Smart Bazaar", "Local Cuisine Guide", "Fine Dine Association", "Kerala Hospitality", "Food Delivery Network", "Community Dining Hub"]}
|
||||
title="Proud Partners & Community"
|
||||
description="Collaborating with local favorites to bring the best experience."
|
||||
/>
|
||||
@@ -369,8 +240,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Achayan’s Fine Dine Restaurant, Under Smart Bazaar, Palakkad / Mannarkad. Phone: 080945 98598. Visit us for an authentic dining experience or order for home delivery."
|
||||
/>
|
||||
</div>
|
||||
@@ -381,29 +251,19 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user