Update src/app/page.tsx
This commit is contained in:
144
src/app/page.tsx
144
src/app/page.tsx
@@ -28,14 +28,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="My Kashmir"
|
||||
button={{ text: "View Menu", href: "#menu" }}
|
||||
@@ -45,58 +41,35 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Bradford's Home of Real Kashmiri Flavour"
|
||||
description="Fresh naan. Rich karahi. Tender seekh kebabs. My Kashmir brings together authentic home-cooked flavour and a warm family atmosphere."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Janine Smith", handle: "@local", testimonial: "The lamb curry and naan were outstanding. Freshly made!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-chicken-with-cheese-clay-bowl_140725-11828.jpg?_wi=1", imageAlt: "kashmiri grill food vibrant"},
|
||||
{
|
||||
name: "Muddasar Saleem", handle: "@foodie", testimonial: "Great place, great people, great food.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pita-with-rice-traditional-indian-recipe_23-2148294994.jpg", imageAlt: "kashmiri grill food vibrant"},
|
||||
{
|
||||
name: "Sarah Ahmed", handle: "@regular", testimonial: "Big portions, authentic taste, clean kitchen.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-meat-sauce-with-different-seasonings-dark-surface-dish-sauce-soup-dinner-food_140725-101544.jpg", imageAlt: "kashmiri grill food vibrant"},
|
||||
{
|
||||
name: "David W.", handle: "@eater", testimonial: "Best peri wings in Bradford, hands down.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waiter-with-big-plate-chicken-kebab-his-hand_114579-2226.jpg", imageAlt: "kashmiri grill food vibrant"},
|
||||
{
|
||||
name: "Elena R.", handle: "@visitor", testimonial: "Warm hospitality, truly memorable meal.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-young-bearded-man-stylish-headwear-having-coffee-sitting-wooden-table-modern-cafe-interior-waiting-his-girlfriend-planning-propose-her-this-sunny-day_273609-1932.jpg?_wi=1", imageAlt: "kashmiri grill food vibrant"},
|
||||
{ name: "Janine Smith", handle: "@local", testimonial: "The lamb curry and naan were outstanding. Freshly made!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-chicken-with-cheese-clay-bowl_140725-11828.jpg?_wi=1", imageAlt: "kashmiri grill food vibrant" },
|
||||
{ name: "Muddasar Saleem", handle: "@foodie", testimonial: "Great place, great people, great food.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pita-with-rice-traditional-indian-recipe_23-2148294994.jpg", imageAlt: "kashmiri grill food vibrant" },
|
||||
{ name: "Sarah Ahmed", handle: "@regular", testimonial: "Big portions, authentic taste, clean kitchen.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-meat-sauce-with-different-seasonings-dark-surface-dish-sauce-soup-dinner-food_140725-101544.jpg", imageAlt: "kashmiri grill food vibrant" },
|
||||
{ name: "David W.", handle: "@eater", testimonial: "Best peri wings in Bradford, hands down.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/waiter-with-big-plate-chicken-kebab-his-hand_114579-2226.jpg", imageAlt: "kashmiri grill food vibrant" },
|
||||
{ name: "Elena R.", handle: "@visitor", testimonial: "Warm hospitality, truly memorable meal.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-young-bearded-man-stylish-headwear-having-coffee-sitting-wooden-table-modern-cafe-interior-waiting-his-girlfriend-planning-propose-her-this-sunny-day_273609-1932.jpg?_wi=1", imageAlt: "kashmiri grill food vibrant" },
|
||||
]}
|
||||
tag="4.8 Rating • Loved for Karahi & Lamb Curry"
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Delivery", href: "#contact"},
|
||||
{
|
||||
text: "View Menu", href: "#menu"},
|
||||
{ text: "Order Delivery", href: "#contact" },
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-baked-chicken-with-cheese-clay-bowl_140725-11828.jpg?_wi=2"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-business-owner-working_23-2148366612.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/american-diner-aesthetics_23-2151854444.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-young-businessman-formal-outfit-using-tablet_181624-33464.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-eating-salmon-dish-bowl-restaurant_23-2150461466.jpg", alt: "Customer 5"},
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-business-owner-working_23-2148366612.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/american-diner-aesthetics_23-2151854444.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/successful-young-businessman-formal-outfit-using-tablet_181624-33464.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/couple-eating-salmon-dish-bowl-restaurant_23-2150461466.jpg", alt: "Customer 5" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text", text: "Authentic Spices"},
|
||||
{
|
||||
type: "text", text: "Freshly Baked Naan"},
|
||||
{
|
||||
type: "text", text: "Family Recipes"},
|
||||
{
|
||||
type: "text", text: "Halal Certified"},
|
||||
{
|
||||
type: "text", text: "Takeaway Ready"},
|
||||
{ type: "text", text: "Authentic Spices" },
|
||||
{ type: "text", text: "Freshly Baked Naan" },
|
||||
{ type: "text", text: "Family Recipes" },
|
||||
{ type: "text", text: "Halal Certified" },
|
||||
{ type: "text", text: "Takeaway Ready" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -105,10 +78,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text", content: "Tradition in Every Bite"},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/pita-with-rice-traditional-indian-recipe_23-2148294994.jpg", alt: "Kashmiri food"},
|
||||
{ type: "text", content: "Tradition in Every Bite" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/pita-with-rice-traditional-indian-recipe_23-2148294994.jpg", alt: "Kashmiri food" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -118,16 +89,10 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Mixed Grill", "Samosas", "Desserts", "Refreshing Lassi", "Side Salads", "Chef Specials"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Chicken Karahi", "Lamb Curry", "Peri Peri Wings", "Seekh Kebabs", "Fresh Naan", "Keema Curry"],
|
||||
}}
|
||||
title="Signature Dishes"
|
||||
description="The favourites everyone talks about—fresh, bold, and generous."
|
||||
negativeCard={{ items: ["Mixed Grill", "Samosas", "Desserts", "Refreshing Lassi", "Side Salads", "Chef Specials"] }}
|
||||
positiveCard={{ items: ["Chicken Karahi", "Lamb Curry", "Peri Peri Wings", "Seekh Kebabs", "Fresh Naan", "Keema Curry"] }}
|
||||
title="Popular Dishes"
|
||||
description="Our most loved selections, prepared daily with fresh ingredients."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -137,29 +102,16 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Janine Smith", role: "Local", company: "Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-young-bearded-man-stylish-headwear-having-coffee-sitting-wooden-table-modern-cafe-interior-waiting-his-girlfriend-planning-propose-her-this-sunny-day_273609-1932.jpg?_wi=2"},
|
||||
{
|
||||
id: "2", name: "Muddasar Saleem", role: "Regular", company: "Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-street-food-fest_23-2151543755.jpg"},
|
||||
{
|
||||
id: "3", name: "Sarah Ahmed", role: "Fan", company: "Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg"},
|
||||
{
|
||||
id: "4", name: "David W.", role: "Reviewer", company: "Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg"},
|
||||
{
|
||||
id: "5", name: "Elena R.", role: "Patron", company: "Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg"},
|
||||
{ id: "1", name: "Janine Smith", role: "Local", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-young-bearded-man-stylish-headwear-having-coffee-sitting-wooden-table-modern-cafe-interior-waiting-his-girlfriend-planning-propose-her-this-sunny-day_273609-1932.jpg?_wi=2" },
|
||||
{ id: "2", name: "Muddasar Saleem", role: "Regular", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delicious-street-food-fest_23-2151543755.jpg" },
|
||||
{ id: "3", name: "Sarah Ahmed", role: "Fan", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg" },
|
||||
{ id: "4", name: "David W.", role: "Reviewer", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg" },
|
||||
{ id: "5", name: "Elena R.", role: "Patron", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "52+", label: "Glowing Reviews"},
|
||||
{
|
||||
value: "100%", label: "Authentic Spice"},
|
||||
{
|
||||
value: "Daily", label: "Fresh Prep"},
|
||||
{ value: "52+", label: "Glowing Reviews" },
|
||||
{ value: "100%", label: "Authentic Spice" },
|
||||
{ value: "Daily", label: "Fresh Prep" },
|
||||
]}
|
||||
title="Customer Love"
|
||||
description="Why people keep coming back to My Kashmir."
|
||||
@@ -172,10 +124,8 @@ export default function LandingPage() {
|
||||
title="Visit Us"
|
||||
description="555 Great Horton Road, Bradford BD7 4EF. Call us at 01274 576666."
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Your Name"},
|
||||
{
|
||||
name: "email", type: "email", placeholder: "Email Address"},
|
||||
{ name: "name", type: "text", placeholder: "Your Name" },
|
||||
{ name: "email", type: "email", placeholder: "Email Address" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098566.jpg"
|
||||
/>
|
||||
@@ -185,22 +135,8 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="My Kashmir"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Signature Dishes", href: "#menu"},
|
||||
{
|
||||
label: "Curries", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Get Directions", href: "#contact"},
|
||||
{
|
||||
label: "Call Us", href: "tel:01274576666"},
|
||||
],
|
||||
},
|
||||
{ title: "Menu", items: [{ label: "Signature Dishes", href: "#menu" }, { label: "Curries", href: "#menu" }] },
|
||||
{ title: "Contact", items: [{ label: "Get Directions", href: "#contact" }, { label: "Call Us", href: "tel:01274576666" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user