7 Commits

Author SHA1 Message Date
c034cebd9d Merge version_4 into main
Merge version_4 into main
2026-04-16 16:27:59 +00:00
07a71b52d6 Update src/app/page.tsx 2026-04-16 16:27:53 +00:00
364a298f17 Merge version_3 into main
Merge version_3 into main
2026-04-16 16:24:48 +00:00
49828f84b9 Update src/app/page.tsx 2026-04-16 16:24:45 +00:00
111875f92b Merge version_2 into main
Merge version_2 into main
2026-04-16 16:16:36 +00:00
f0052dfb0f Update src/app/page.tsx 2026-04-16 16:16:33 +00:00
b3005eb4c6 Merge version_1 into main
Merge version_1 into main
2026-04-16 16:13:40 +00:00

View File

@@ -7,7 +7,7 @@ import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
export default function LandingPage() {
@@ -26,134 +26,50 @@ export default function LandingPage() {
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
<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" }}
/>
</div>
<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>
@@ -162,15 +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>
@@ -180,28 +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>
@@ -211,60 +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."
@@ -277,16 +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"
/>
@@ -296,36 +135,12 @@ 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>
</ReactLenis>
</ThemeProvider>
);
}
}