Merge version_1 into main #2
287
src/app/page.tsx
287
src/app/page.tsx
@@ -18,84 +18,45 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="bounce-effect"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Specials",
|
||||
id: "specials",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Specials", id: "specials" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Curry Craft"
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "tel:0727381831",
|
||||
}}
|
||||
text: "Order Now", href: "tel:0727381831"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
title="Curry Craft"
|
||||
description="Finest Curries & Grills · Randhart, Alberton"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "tel:0727381831",
|
||||
},
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Order Now", href: "tel:0727381831" },
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "c1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-pork-with-sweet-sauce-top-rice-bowl_74190-5005.jpg?_wi=1",
|
||||
imageAlt: "Bunny Chow",
|
||||
},
|
||||
{
|
||||
id: "c2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-bowls_23-2148723476.jpg?_wi=1",
|
||||
imageAlt: "Butter Chicken",
|
||||
},
|
||||
{
|
||||
id: "c3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-lavash-sandwich-rolls-sliced-with-salad-meat-inside-along-with-salad-brown_140725-20743.jpg?_wi=1",
|
||||
imageAlt: "Roti Wrap",
|
||||
},
|
||||
{
|
||||
id: "c4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cabbage-carrots-cabbage-plate-bowls-colorful-spices-branches_140725-72230.jpg?_wi=1",
|
||||
imageAlt: "Breyani",
|
||||
},
|
||||
{
|
||||
id: "c5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yummy-triangle-chips-orange-bowl_114579-63389.jpg?_wi=1",
|
||||
imageAlt: "Samoosas",
|
||||
},
|
||||
{
|
||||
id: "c6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-food-with-rice-tomatoes_23-2148294987.jpg",
|
||||
imageAlt: "Veg Breyani",
|
||||
},
|
||||
{ id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/fried-pork-with-sweet-sauce-top-rice-bowl_74190-5005.jpg", imageAlt: "Bunny Chow" },
|
||||
{ id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-bowls_23-2148723476.jpg", imageAlt: "Butter Chicken" },
|
||||
{ id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/front-view-lavash-sandwich-rolls-sliced-with-salad-meat-inside-along-with-salad-brown_140725-20743.jpg", imageAlt: "Roti Wrap" },
|
||||
{ id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cabbage-carrots-cabbage-plate-bowls-colorful-spices-branches_140725-72230.jpg", imageAlt: "Breyani" },
|
||||
{ id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/yummy-triangle-chips-orange-bowl_114579-63389.jpg", imageAlt: "Samoosas" },
|
||||
{ id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-food-with-rice-tomatoes_23-2148294987.jpg", imageAlt: "Veg Breyani" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -105,9 +66,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Crafted with Passion"
|
||||
description={[
|
||||
"At Curry Craft, every dish is made fresh daily — slow-cooked curries, handmade rotis, and the finest bunny chows in Alberton.",
|
||||
"Authentic South African–Indian flavour, served with love since day one.",
|
||||
]}
|
||||
"At Curry Craft, every dish is made fresh daily — slow-cooked curries, handmade rotis, and the finest bunny chows in Alberton.", "Authentic South African–Indian flavour, served with love since day one."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -118,60 +77,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Curry",
|
||||
name: "Mutton Curry",
|
||||
price: "R108.90",
|
||||
rating: 5,
|
||||
reviewCount: "10+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-pork-with-sweet-sauce-top-rice-bowl_74190-5005.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Bunny",
|
||||
name: "Mutton Bunny Chow",
|
||||
price: "R99.90",
|
||||
rating: 5,
|
||||
reviewCount: "15+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-pork-with-sweet-sauce-top-rice-bowl_74190-5005.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Wrap",
|
||||
name: "Mutton Roti Wrap",
|
||||
price: "R89.90",
|
||||
rating: 5,
|
||||
reviewCount: "8+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-lavash-sandwich-rolls-sliced-with-salad-meat-inside-along-with-salad-brown_140725-20743.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Special",
|
||||
name: "Butter Chicken",
|
||||
price: "R114.90",
|
||||
rating: 5,
|
||||
reviewCount: "20+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-bowls_23-2148723476.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Rice",
|
||||
name: "Mutton Breyani",
|
||||
price: "R99.90",
|
||||
rating: 5,
|
||||
reviewCount: "12+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cabbage-carrots-cabbage-plate-bowls-colorful-spices-branches_140725-72230.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Snack",
|
||||
name: "Six Fried Samoosas",
|
||||
price: "R39.90",
|
||||
rating: 5,
|
||||
reviewCount: "5+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yummy-triangle-chips-orange-bowl_114579-63389.jpg?_wi=2",
|
||||
},
|
||||
{ id: "p1", brand: "Curry", name: "Mutton Curry", price: "R108.90", rating: 5, reviewCount: "10+", imageSrc: "http://img.b2bpic.net/free-photo/fried-pork-with-sweet-sauce-top-rice-bowl_74190-5005.jpg" },
|
||||
{ id: "p2", brand: "Bunny", name: "Mutton Bunny Chow", price: "R99.90", rating: 5, reviewCount: "15+", imageSrc: "http://img.b2bpic.net/free-photo/fried-pork-with-sweet-sauce-top-rice-bowl_74190-5005.jpg" },
|
||||
{ id: "p3", brand: "Wrap", name: "Mutton Roti Wrap", price: "R89.90", rating: 5, reviewCount: "8+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-lavash-sandwich-rolls-sliced-with-salad-meat-inside-along-with-salad-brown_140725-20743.jpg" },
|
||||
{ id: "p4", brand: "Special", name: "Butter Chicken", price: "R114.90", rating: 5, reviewCount: "20+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-bowls_23-2148723476.jpg" },
|
||||
{ id: "p5", brand: "Rice", name: "Mutton Breyani", price: "R99.90", rating: 5, reviewCount: "12+", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cabbage-carrots-cabbage-plate-bowls-colorful-spices-branches_140725-72230.jpg" },
|
||||
{ id: "p6", brand: "Snack", name: "Six Fried Samoosas", price: "R39.90", rating: 5, reviewCount: "5+", imageSrc: "http://img.b2bpic.net/free-photo/yummy-triangle-chips-orange-bowl_114579-63389.jpg" },
|
||||
]}
|
||||
title="Our Full Menu"
|
||||
description="Please check what is available today — all menu items subject to availability."
|
||||
@@ -183,26 +94,14 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Butter Chicken",
|
||||
content: "R114.90 (with Rice) / R109.90 (with 2 Rotis)",
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Breyanis",
|
||||
content: "Mutton R99.90 / Beef R89.90 / Chicken R84.90 / Veg R64.90",
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Tubs",
|
||||
content: "Oxtail & Beans R79.90 / Trotters & Beans R79.90",
|
||||
},
|
||||
{ id: "s1", title: "Butter Chicken", content: "R114.90 (with Rice) / R109.90 (with 2 Rotis)" },
|
||||
{ id: "s2", title: "Breyanis", content: "Mutton R99.90 / Beef R89.90 / Chicken R84.90 / Veg R64.90" },
|
||||
{ id: "s3", title: "Tubs", content: "Oxtail & Beans R79.90 / Trotters & Beans R79.90" },
|
||||
]}
|
||||
title="Daily Specials"
|
||||
description="Please call or WhatsApp us to check today's availability: 072 738 1831"
|
||||
faqsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-indian-food-bowls_23-2148723476.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-indian-food-bowls_23-2148723476.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -213,66 +112,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Mutton Bunny Chow",
|
||||
author: "Signature",
|
||||
description: "Classic authentic bunny",
|
||||
tags: [
|
||||
"Bunny",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-pork-with-sweet-sauce-top-rice-bowl_74190-5005.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Lamb Curry",
|
||||
author: "Spiced",
|
||||
description: "Slow cooked perfection",
|
||||
tags: [
|
||||
"Curry",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-pork-with-sweet-sauce-top-rice-bowl_74190-5005.jpg?_wi=5",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Beef Roti Wrap",
|
||||
author: "Handmade",
|
||||
description: "Served with chips",
|
||||
tags: [
|
||||
"Wrap",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-lavash-sandwich-rolls-sliced-with-salad-meat-inside-along-with-salad-brown_140725-20743.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Beef Breyani",
|
||||
author: "Fragrant",
|
||||
description: "Spiced rice dish",
|
||||
tags: [
|
||||
"Rice",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cabbage-carrots-cabbage-plate-bowls-colorful-spices-branches_140725-72230.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Samoosas",
|
||||
author: "Crispy",
|
||||
description: "Fried to perfection",
|
||||
tags: [
|
||||
"Snack",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yummy-triangle-chips-orange-bowl_114579-63389.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "f6",
|
||||
title: "Handmade Rotis",
|
||||
author: "Fresh",
|
||||
description: "Daily specialty",
|
||||
tags: [
|
||||
"Roti",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-lavash-sandwich-rolls-sliced-with-salad-meat-inside-along-with-salad-brown_140725-20743.jpg?_wi=4",
|
||||
},
|
||||
{ id: "f1", title: "Mutton Bunny Chow", author: "Signature", description: "Classic authentic bunny", tags: ["Bunny"], imageSrc: "http://img.b2bpic.net/free-photo/fried-pork-with-sweet-sauce-top-rice-bowl_74190-5005.jpg" },
|
||||
{ id: "f2", title: "Lamb Curry", author: "Spiced", description: "Slow cooked perfection", tags: ["Curry"], imageSrc: "http://img.b2bpic.net/free-photo/fried-pork-with-sweet-sauce-top-rice-bowl_74190-5005.jpg" },
|
||||
{ id: "f3", title: "Beef Roti Wrap", author: "Handmade", description: "Served with chips", tags: ["Wrap"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-lavash-sandwich-rolls-sliced-with-salad-meat-inside-along-with-salad-brown_140725-20743.jpg" },
|
||||
{ id: "f4", title: "Beef Breyani", author: "Fragrant", description: "Spiced rice dish", tags: ["Rice"], imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cabbage-carrots-cabbage-plate-bowls-colorful-spices-branches_140725-72230.jpg" },
|
||||
{ id: "f5", title: "Samoosas", author: "Crispy", description: "Fried to perfection", tags: ["Snack"], imageSrc: "http://img.b2bpic.net/free-photo/yummy-triangle-chips-orange-bowl_114579-63389.jpg" },
|
||||
{ id: "f6", title: "Handmade Rotis", author: "Fresh", description: "Daily specialty", tags: ["Roti"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-lavash-sandwich-rolls-sliced-with-salad-meat-inside-along-with-salad-brown_140725-20743.jpg" },
|
||||
]}
|
||||
title="Gallery"
|
||||
description="A look at our signature dishes and offerings."
|
||||
@@ -283,31 +128,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Claude Cassidy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cool-young-black-man-with-curly-hair-has-cheerful-expression_273609-8605.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Lucricia",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-joyful-beautiful-africanamerican-woman-laughing-looking-happy-standing-yello_1258-130860.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Judy de la Harpe",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-films-vlog-praising-bio-local-shop_482257-81629.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Happy Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Satisfied Diner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-embrace-confidence-posing-beauty-black-african-american-isolated-gray-background_640221-39.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Claude Cassidy", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cool-young-black-man-with-curly-hair-has-cheerful-expression_273609-8605.jpg" },
|
||||
{ id: "t2", name: "Lucricia", imageSrc: "http://img.b2bpic.net/free-photo/closeup-joyful-beautiful-africanamerican-woman-laughing-looking-happy-standing-yello_1258-130860.jpg" },
|
||||
{ id: "t3", name: "Judy de la Harpe", imageSrc: "http://img.b2bpic.net/free-photo/woman-films-vlog-praising-bio-local-shop_482257-81629.jpg" },
|
||||
{ id: "t4", name: "Happy Customer", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg" },
|
||||
{ id: "t5", name: "Satisfied Diner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-embrace-confidence-posing-beauty-black-african-american-isolated-gray-background_640221-39.jpg" },
|
||||
]}
|
||||
cardTitle="Customer Reviews"
|
||||
cardTag="Authentic Feedback"
|
||||
@@ -321,21 +146,11 @@ export default function LandingPage() {
|
||||
title="Visit Us"
|
||||
description="Randhart Shopping Centre, 31-33 Generaal Alberts Drive, Randhart, Alberton, 1449. WhatsApp: 072 738 1831"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone",
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name" },
|
||||
{ name: "phone", type: "tel", placeholder: "Your Phone" },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Enquiry",
|
||||
}}
|
||||
name: "message", placeholder: "Your Enquiry"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blurred-bokeh-style-lights-evening_53876-15075.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -343,14 +158,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Curry Craft"
|
||||
leftLink={{
|
||||
text: "© 2026 Curry Craft Randhart",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "WhatsApp Us",
|
||||
href: "https://wa.me/27727381831",
|
||||
}}
|
||||
leftLink={{ text: "© 2026 Curry Craft Randhart", href: "#" }}
|
||||
rightLink={{ text: "WhatsApp Us", href: "https://wa.me/27727381831" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user