Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2571279157 | |||
| 1ccc1cc717 |
@@ -47,8 +47,8 @@ export default function LandingPage() {
|
|||||||
<HeroBillboardScroll
|
<HeroBillboardScroll
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars"}}
|
variant: "gradient-bars"}}
|
||||||
title="Highway Purple: Elevating Culinary Art"
|
title="Highway Purple: A Fusion of Ugandan and Indian Flavors"
|
||||||
description="Where passion meets the plate. Join us for a journey of refined flavors and exceptional hospitality."
|
description="Where passion meets the plate. Join us for a unique journey blending the vibrant traditions of Ugandan and Indian cuisine with exceptional hospitality."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "View Menu", href: "#menu"},
|
text: "View Menu", href: "#menu"},
|
||||||
@@ -62,9 +62,9 @@ export default function LandingPage() {
|
|||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<TextSplitAbout
|
<TextSplitAbout
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Our Philosophy"
|
title="Our Culinary Philosophy"
|
||||||
description={[
|
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 celebrates the rich tapestry of Ugandan and Indian culinary heritages. We believe 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>
|
</div>
|
||||||
|
|
||||||
@@ -75,16 +75,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "f1", title: "Fresh Ingredients", descriptions: [
|
id: "f1", title: "Cultural Fusion", descriptions: [
|
||||||
"Locally sourced, seasonal produce."],
|
"Experience the unique blend of spices and traditions from Uganda and India."],
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-pie-making-arrangement_23-2149055383.jpg"},
|
imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-pie-making-arrangement_23-2149055383.jpg"},
|
||||||
{
|
{
|
||||||
id: "f2", title: "Atmosphere", descriptions: [
|
id: "f2", title: "Atmosphere", descriptions: [
|
||||||
"Warm, inviting design for dining."],
|
"Warm, inviting design perfect for global comfort dining."],
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520107.jpg"},
|
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520107.jpg"},
|
||||||
{
|
{
|
||||||
id: "f3", title: "Exquisite Service", descriptions: [
|
id: "f3", title: "Exquisite Service", descriptions: [
|
||||||
"Attentive service for every guest."],
|
"Attentive, world-class service tailored 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"},
|
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"
|
title="What We Offer"
|
||||||
@@ -100,13 +100,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", brand: "Starter", name: "Truffle Mushroom Soup", price: "$12", rating: 5,
|
id: "1", brand: "Specialty", name: "Ugandan Groundnut Curry", price: "$18", rating: 5,
|
||||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/grilled-foie-gras_1203-3590.jpg"},
|
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,
|
id: "2", brand: "Specialty", name: "Indian Spiced 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"},
|
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,
|
id: "3", brand: "Specialty", name: "Slow-Cooked Fusion 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"},
|
reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/eggplant-rolls-served-with-greens-tomatoes-walnuts-sesame-seeds_141793-1170.jpg"},
|
||||||
]}
|
]}
|
||||||
title="Chef Specials"
|
title="Chef Specials"
|
||||||
@@ -116,7 +116,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardFifteen
|
<TestimonialCardFifteen
|
||||||
testimonial="The Sea Bass was absolutely exquisite, cooked to perfection with vibrant local ingredients. A true culinary masterpiece!"
|
testimonial="The fusion of Ugandan and Indian flavors is truly revolutionary. Never tasted anything like this before—absolutely superb!"
|
||||||
rating={5}
|
rating={5}
|
||||||
author="Alice M., Food Critic"
|
author="Alice M., Food Critic"
|
||||||
avatars={[
|
avatars={[
|
||||||
@@ -136,11 +136,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance."},
|
id: "q1", title: "Do you specialize in specific cuisines?", content: "Yes, we specialize in authentic Ugandan and Indian fusion cuisine."},
|
||||||
{
|
{
|
||||||
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, our menu is designed to cater to both Ugandan and Indian vegetarian traditions."},
|
||||||
{
|
{
|
||||||
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 or special event bookings."},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/young-displeased-woman-arguing-with-waitress-cafe_637285-8114.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/young-displeased-woman-arguing-with-waitress-cafe_637285-8114.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -155,7 +155,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "rotated-rays-static"}}
|
variant: "rotated-rays-static"}}
|
||||||
text="Join us for an unforgettable dining journey. Book your table today."
|
text="Experience the best of Uganda and India in one place. Book your table today."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Book Table", href: "#"},
|
text: "Book Table", href: "#"},
|
||||||
|
|||||||
Reference in New Issue
Block a user