Merge version_2 into main #1
231
src/app/page.tsx
231
src/app/page.tsx
@@ -9,7 +9,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -31,21 +31,13 @@ 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: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Highway Purple"
|
||||
/>
|
||||
@@ -54,19 +46,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Culinary Excellence at Highway Purple"
|
||||
description="Experience a symphony of flavors crafted with passion in the heart of the city."
|
||||
variant: "gradient-bars"}}
|
||||
title="Highway Purple: Elevating Culinary Art"
|
||||
description="Where passion meets the plate. Join us for a journey of refined flavors and exceptional hospitality."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Book Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Table", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dining-room-background-zoom-calls_23-2149684443.jpg"
|
||||
/>
|
||||
@@ -77,9 +64,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Philosophy"
|
||||
description={[
|
||||
"Highway Purple Kitchen believes in the harmony of fresh, locally sourced ingredients transformed by expert techniques.",
|
||||
"Our kitchen is a place where tradition meets innovation, served with a side of warm, genuine hospitality.",
|
||||
]}
|
||||
"Highway Purple Kitchen believes in the harmony of fresh, locally sourced ingredients transformed by expert techniques.", "Our kitchen is a place where tradition meets innovation, served with a side of warm, genuine hospitality."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -90,29 +75,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Fresh Ingredients",
|
||||
descriptions: [
|
||||
"Locally sourced, seasonal produce.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-pie-making-arrangement_23-2149055383.jpg",
|
||||
},
|
||||
id: "f1", title: "Fresh Ingredients", descriptions: [
|
||||
"Locally sourced, seasonal produce."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-pie-making-arrangement_23-2149055383.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Atmosphere",
|
||||
descriptions: [
|
||||
"Warm, inviting design for dining.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520107.jpg",
|
||||
},
|
||||
id: "f2", title: "Atmosphere", descriptions: [
|
||||
"Warm, inviting design for dining."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520107.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Exquisite Service",
|
||||
descriptions: [
|
||||
"Attentive service for every guest.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-business-concept-young-handsome-bearded-bartender-barista-manager-posting-order-from-guest-digital-tablet-menu-modern-coffee-shop_1258-103912.jpg",
|
||||
},
|
||||
id: "f3", title: "Exquisite Service", descriptions: [
|
||||
"Attentive service for every guest."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-business-concept-young-handsome-bearded-bartender-barista-manager-posting-order-from-guest-digital-tablet-menu-modern-coffee-shop_1258-103912.jpg"},
|
||||
]}
|
||||
title="What We Offer"
|
||||
description="Excellence in every detail, from our kitchen to your table."
|
||||
@@ -127,59 +100,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Starter",
|
||||
name: "Truffle Mushroom Soup",
|
||||
price: "$12",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-foie-gras_1203-3590.jpg",
|
||||
},
|
||||
id: "1", brand: "Starter", name: "Truffle Mushroom Soup", price: "$12", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/grilled-foie-gras_1203-3590.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Main",
|
||||
name: "Pan-Seared Sea Bass",
|
||||
price: "$34",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg",
|
||||
},
|
||||
id: "2", brand: "Main", name: "Pan-Seared Sea Bass", price: "$34", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Main",
|
||||
name: "Slow-Cooked Ribeye",
|
||||
price: "$48",
|
||||
rating: 5,
|
||||
reviewCount: "92",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eggplant-rolls-served-with-greens-tomatoes-walnuts-sesame-seeds_141793-1170.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Main",
|
||||
name: "Risotto Al Tartufo",
|
||||
price: "$28",
|
||||
rating: 4,
|
||||
reviewCount: "78",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-souffle-with-strawberry-icing-with-fruit-decor-plate_140725-11554.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Dessert",
|
||||
name: "Lavender Panna Cotta",
|
||||
price: "$14",
|
||||
rating: 5,
|
||||
reviewCount: "65",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creamy-mushroom-sauteed-with-rice-salad_114579-2113.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Dessert",
|
||||
name: "Dark Chocolate Fondant",
|
||||
price: "$16",
|
||||
rating: 5,
|
||||
reviewCount: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949020.jpg",
|
||||
},
|
||||
id: "3", brand: "Main", name: "Slow-Cooked Ribeye", price: "$48", rating: 5,
|
||||
reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/eggplant-rolls-served-with-greens-tomatoes-walnuts-sesame-seeds_141793-1170.jpg"},
|
||||
]}
|
||||
title="Chef Specials"
|
||||
description="Discover our signature dishes created by our world-class culinary team."
|
||||
@@ -187,50 +115,19 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alice M.",
|
||||
role: "Food Critic",
|
||||
testimonial: "An absolute gem! The flavors are perfectly balanced.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "James R.",
|
||||
role: "Local Patron",
|
||||
testimonial: "The atmosphere is unmatched. Highly recommend the Sea Bass.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah K.",
|
||||
role: "Traveler",
|
||||
testimonial: "The Panna Cotta was a highlight of my trip.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-playing-poker-casino_23-2151831070.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David W.",
|
||||
role: "Regular",
|
||||
testimonial: "Consistent, quality ingredients every time I visit.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-18777.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena P.",
|
||||
role: "Food Blogger",
|
||||
testimonial: "A culinary masterpiece from start to finish.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg",
|
||||
},
|
||||
]}
|
||||
title="Guest Experiences"
|
||||
description="See what our diners have to say about their experience at Highway Purple."
|
||||
/>
|
||||
<TestimonialCardFifteen
|
||||
testimonial="The Sea Bass was absolutely exquisite, cooked to perfection with vibrant local ingredients. A true culinary masterpiece!"
|
||||
rating={5}
|
||||
author="Alice M., Food Critic"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg", alt: "Alice" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg", alt: "James" }
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
className="bg-transparent"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
@@ -239,20 +136,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do I need a reservation?",
|
||||
content: "Yes, we highly recommend booking in advance.",
|
||||
},
|
||||
id: "q1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are there vegetarian options?",
|
||||
content: "Absolutely, we have a diverse menu for all needs.",
|
||||
},
|
||||
id: "q2", title: "Are there vegetarian options?", content: "Absolutely, we have a diverse menu for all needs."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can you host events?",
|
||||
content: "Yes, please contact us for large party inquiries.",
|
||||
},
|
||||
id: "q3", title: "Can you host events?", content: "Yes, please contact us for large party inquiries."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-displeased-woman-arguing-with-waitress-cafe_637285-8114.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -266,14 +154,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
text="Join us for an unforgettable dining journey. Book your table today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Table",
|
||||
href: "#",
|
||||
},
|
||||
text: "Book Table", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -284,33 +169,21 @@ export default function LandingPage() {
|
||||
logoText="Highway Purple Kitchen"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -319,4 +192,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user