Merge version_2 into main #3
310
src/app/page.tsx
310
src/app/page.tsx
@@ -11,6 +11,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { CheckCircle } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,26 +31,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Shinwari Dastarkhwan"
|
||||
/>
|
||||
@@ -57,62 +43,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Experience the Soul of Tradition"
|
||||
description="At Shinwari Dastarkhwan, we serve timeless recipes crafted with passion and authentic heritage, bringing the true essence of traditional dining to your table."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Menu",
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Authentic Meat Craftsmanship"
|
||||
description="Experience the legendary taste of Shinwari Dastarkhwan, where tradition meets the finest quality cuts of meat, slow-cooked to perfection over open flames."
|
||||
buttons={[{ text: "Explore Our Menu", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lamb-kebab-served-with-onion-sumac-blend-tomato-herbs-sauce_140725-1562.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-redhead-woman-having-fun-while-being-fed-by-her-boyfriend-dining-table_637285-10475.jpg",
|
||||
alt: "Happy couple",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/best-friends-having-good-time_23-2148395358.jpg",
|
||||
alt: "Best friends",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-eating-salmon-dish-bowl-restaurant_23-2150461473.jpg",
|
||||
alt: "Couple eating",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-couple-talking-while-eating-lunch-restaurant_637285-9017.jpg",
|
||||
alt: "Cheerful couple",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-woman-eatingout-having-breakfast-talking-friend-table-looking-aside-with-cheerful-smile-sitting-near-mobile-phone-terrace_197531-30313.jpg",
|
||||
alt: "Portrait of happy woman",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "100% Halal",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Open Fire Cooking",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Heritage Recipes",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Farm Sourced",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Taste",
|
||||
},
|
||||
{ type: "text", text: "Premium Cuts" },
|
||||
{ type: "text", text: "Open Flame Cooking" },
|
||||
{ type: "text", text: "Tradition Inspired" },
|
||||
{ type: "text", text: "100% Halal" },
|
||||
{ type: "text", text: "Authentic Spices" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -121,24 +62,14 @@ export default function LandingPage() {
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="A Legacy of Flavor"
|
||||
description="Born from generations of culinary wisdom, Shinwari Dastarkhwan honors the age-old traditions of open-fire cooking and slow-roasted spices, ensuring every bite tells a story."
|
||||
title="The Essence of Dastarkhwan"
|
||||
description="Rooted in tradition, Shinwari Dastarkhwan brings the heart of communal dining to you. We celebrate authentic, meat-centric recipes that honor heritage and culinary mastery."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Freshly Sourced",
|
||||
description: "We handpick our meat and spices daily.",
|
||||
},
|
||||
{
|
||||
title: "Traditional Methods",
|
||||
description: "Cooking over open flames for unmatched taste.",
|
||||
},
|
||||
{
|
||||
title: "Authentic Recipes",
|
||||
description: "Heritage secrets passed down through decades.",
|
||||
},
|
||||
{ title: "Premium Quality Meats", description: "Hand-selected daily for freshness." },
|
||||
{ title: "Traditional Grilling", description: "Flavor-rich methods passed through generations." },
|
||||
{ title: "Authentic Ambience", description: "A space crafted for meaningful gatherings." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/south-african-potjiekos-food-pot_181624-14904.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plate-lamb-entrecote-ribs-kebab-with-onions-greens_140725-10708.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -147,44 +78,13 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Farm to Table",
|
||||
description: "Highest quality organic sourcing.",
|
||||
buttonIcon: "CheckCircle",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table_23-2150227829.jpg",
|
||||
imageAlt: "high quality fresh ingredients food prep",
|
||||
},
|
||||
{
|
||||
title: "Open Kitchen",
|
||||
description: "Witness the magic of tradition unfold.",
|
||||
buttonIcon: "CheckCircle",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lamb-kebab-served-with-onion-sumac-blend-tomato-herbs-sauce_140725-1562.jpg?_wi=2",
|
||||
imageAlt: "high quality fresh ingredients food prep",
|
||||
},
|
||||
{
|
||||
title: "Family Friendly",
|
||||
description: "Spaces designed for communal dining.",
|
||||
buttonIcon: "CheckCircle",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/south-african-potjiekos-food-pot_181624-14904.jpg?_wi=2",
|
||||
imageAlt: "high quality fresh ingredients food prep",
|
||||
},
|
||||
{
|
||||
title: "Fast Delivery",
|
||||
description: "Authenticity brought to your doorstep.",
|
||||
buttonIcon: "CheckCircle",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-chicken-orange-slices-plate-with-cutlery-copy-space_23-2148682761.jpg?_wi=1",
|
||||
imageAlt: "high quality fresh ingredients food prep",
|
||||
},
|
||||
{
|
||||
title: "Signature Spices",
|
||||
description: "Hand-ground spices for rich flavor.",
|
||||
buttonIcon: "CheckCircle",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-traditional-roti_23-2149034027.jpg?_wi=1",
|
||||
imageAlt: "high quality fresh ingredients food prep",
|
||||
},
|
||||
{ title: "Heritage Recipes", description: "Our secret spice blends create unmatched flavor profiles.", buttonIcon: CheckCircle },
|
||||
{ title: "Live Fire Station", description: "Experience the art of cooking right before your eyes.", buttonIcon: CheckCircle },
|
||||
{ title: "Daily Fresh Sourcing", description: "We prioritize quality in every single cut.", buttonIcon: CheckCircle },
|
||||
{ title: "Communal Dining", description: "Large platters built for sharing family memories.", buttonIcon: CheckCircle }
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="Quality, authenticity, and taste form the foundation of every meal we serve."
|
||||
title="Why We Stand Out"
|
||||
description="We believe that great food is a journey, and every dish at Shinwari is a milestone of flavor."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -195,45 +95,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Mutton Karahi",
|
||||
price: "$22.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-chicken-orange-slices-plate-with-cutlery-copy-space_23-2148682761.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Special Naan",
|
||||
price: "$2.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-traditional-roti_23-2149034027.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Chicken Tikka",
|
||||
price: "$18.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-lamb-entrecote-ribs-kebab-with-onions-greens_140725-10708.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Lamb Skewers",
|
||||
price: "$20.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-steak-slices-bone-with-seasalt-sprinkles-cherry-tomato_140725-515.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Vegetable Curry",
|
||||
price: "$15.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-cutting-board-with-round-pastry-jelly-candy_114579-56329.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Dastarkhwan Platter",
|
||||
price: "$35.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steak-served-with-potatoes-grilled-vegetables-sauce-wine_140725-8058.jpg",
|
||||
},
|
||||
{ id: "1", name: "Signature Mutton Karahi", price: "$24.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-chicken-orange-slices-plate-with-cutlery-copy-space_23-2148682761.jpg?_wi=2" },
|
||||
{ id: "2", name: "Charcoal Grilled Tikka", price: "$19.00", imageSrc: "http://img.b2bpic.net/free-photo/lamb-kebab-served-with-onion-sumac-blend-tomato-herbs-sauce_140725-1562.jpg?_wi=2" },
|
||||
{ id: "3", name: "Dastarkhwan Feast Platter", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/steak-served-with-potatoes-grilled-vegetables-sauce-wine_140725-8058.jpg" }
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="Discover our handpicked selections that capture the true spirit of our culinary tradition."
|
||||
title="Signature Meat Delights"
|
||||
description="Hand-crafted, slow-roasted, and ready to satisfy the true meat lover."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -243,44 +110,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Ahmed",
|
||||
role: "Food Blogger",
|
||||
testimonial: "The most authentic taste I have found in years. Truly remarkable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-pouring-drink_23-2150154682.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ali Khan",
|
||||
role: "Local Patron",
|
||||
testimonial: "A regular visitor here. The quality and hospitality are unmatched.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/foodie-taking-photo-bowl-with-salad-sea-fruits_23-2149277991.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Fatima Noor",
|
||||
role: "Family Guest",
|
||||
testimonial: "Perfect setting for family gatherings with amazing food.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Zaid Malik",
|
||||
role: "Chef",
|
||||
testimonial: "Respect the traditional cooking techniques used here. Simply excellent.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/distracted-student-sitting-class_1153-23.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Hina Shah",
|
||||
role: "Regular",
|
||||
testimonial: "Everything on the menu is delicious and fresh.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-enjoying-fresh-cheese_52683-110429.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sami Khan", role: "Regular Patron", testimonial: "The best karahi I've ever had, perfectly balanced spices." },
|
||||
{ id: "2", name: "Amna Malik", role: "Food Critic", testimonial: "The meat is incredibly tender and full of authentic heritage flavor." },
|
||||
{ id: "3", name: "Zoya Ahmed", role: "Diner", testimonial: "A truly authentic experience, feels just like home." }
|
||||
]}
|
||||
title="Voice of Our Guests"
|
||||
description="Hear what our loyal diners say about their experiences at Shinwari Dastarkhwan."
|
||||
title="What Our Guests Say"
|
||||
description="We pride ourselves on the satisfaction and smiles our dishes bring to your table."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -289,24 +124,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer catering?",
|
||||
content: "Yes, we provide catering for events and gatherings of all sizes.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is the food halal?",
|
||||
content: "Yes, all our ingredients are sourced from 100% halal certified providers.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Where are you located?",
|
||||
content: "Visit us at our central location, open daily from 12pm to 11pm.",
|
||||
},
|
||||
{ id: "1", title: "Is the meat locally sourced?", content: "Yes, we source our meat from premium local farms committed to ethical quality standards." },
|
||||
{ id: "2", title: "Can I book for events?", content: "Absolutely, our space and catering service are available for your special occasions." },
|
||||
{ id: "3", title: "Are there vegetarian options?", content: "While we specialize in meat, we offer classic traditional sides and vegetarian dishes as well." }
|
||||
]}
|
||||
title="Frequently Asked"
|
||||
description="Got questions? We have the answers about our heritage and services."
|
||||
description="Everything you need to know about our passion for meat and traditions."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -314,18 +137,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Get In Touch"
|
||||
title="Ready for a Feast?"
|
||||
description="Reserve a table or contact us for catering inquiries. We'd love to host you."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us Now",
|
||||
href: "mailto:hello@shinwari.com",
|
||||
},
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact"
|
||||
title="Join the Feast"
|
||||
description="Visit us for a truly authentic dining experience you won't forget."
|
||||
buttons={[{ text: "Book a Table", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -334,40 +150,12 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-tasty-meat-soup-with-potatoes-seasonings-dark-desk_140725-76943.jpg"
|
||||
logoText="Shinwari Dastarkhwan"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Links", items: [{ label: "Home", href: "#nav" }, { label: "Menu", href: "#products" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user