6 Commits

Author SHA1 Message Date
40c7d0ca9d Update src/app/page.tsx 2026-04-29 07:31:16 +00:00
26bc2f0457 Update src/app/page.tsx 2026-04-29 07:30:43 +00:00
5043586765 Update src/app/page.tsx 2026-04-29 07:28:43 +00:00
9d0f6d26db Merge version_2 into main
Merge version_2 into main
2026-04-29 07:27:08 +00:00
9a41f3192d Update src/app/page.tsx 2026-04-29 07:27:05 +00:00
1fa83d454a Merge version_1 into main
Merge version_1 into main
2026-04-29 07:26:42 +00:00

View File

@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { CheckCircle } from "lucide-react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
@@ -21,98 +22,39 @@ export default function LandingPage() {
contentWidth="small"
sizing="mediumLargeSizeLargeTitles"
background="aurora"
cardStyle="soft-shadow"
primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow"
cardStyle="glass-elevated"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass"
headingFontWeight="extrabold"
>
<ReactLenis root>
<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: "The Club", id: "about" },
{ name: "Fixtures", id: "products" },
{ name: "Legacy", id: "testimonials" },
{ name: "Sign Up", id: "contact" },
]}
brandName="Shinwari Dastarkhwan"
brandName="Sofyana FC"
/>
</div>
<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",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/lamb-kebab-served-with-onion-sumac-blend-tomato-herbs-sauce_140725-1562.jpg?_wi=1"
background={{ variant: "sparkles-gradient" }}
title="Futuristic Football Excellence"
description="Welcome to Sofyana, where the beauty of the game meets next-generation technology. Defining the future of global football."
buttons={[{ text: "Join The Squad", href: "#contact" }]}
imageSrc="https://img.b2bpic.net/free-photo/futuristic-soccer-stadium-with-bright-lights_23-2149176435.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: "ELITE TRAINING" },
{ type: "text", text: "GLOBAL REACH" },
{ type: "text", text: "NEXT-GEN ANALYTICS" },
{ type: "text", text: "CHAMPION SPIRIT" },
{ type: "text", text: "UNIFIED FUTURE" },
]}
/>
</div>
@@ -120,24 +62,15 @@ export default function LandingPage() {
<div id="about" data-section="about">
<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."
useInvertedBackground={true}
title="Engineered for Glory"
description="Sofyana is built on the pillars of innovation, discipline, and tactical brilliance. We are shaping the stars of tomorrow with the tools of the future."
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: "Tactical Prowess", description: "Data-driven strategies for every match." },
{ title: "High Performance", description: "State-of-the-art training facilities." },
{ title: "Digital Scouting", description: "AI-powered player development." },
]}
imageSrc="http://img.b2bpic.net/free-photo/south-african-potjiekos-food-pot_181624-14904.jpg?_wi=1"
imageSrc="https://img.b2bpic.net/free-photo/football-player-running-towards-ball-stadium-night_23-2149022415.jpg?_wi=1"
mediaAnimation="slide-up"
/>
</div>
@@ -145,46 +78,16 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureCardTwentySix
textboxLayout="default"
useInvertedBackground={false}
useInvertedBackground={true}
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: "VR Training", description: "Train from anywhere in the world.", buttonIcon: CheckCircle, imageSrc: "https://img.b2bpic.net/free-photo/virtual-reality-soccer-training-simulator_23-2149257628.jpg", imageAlt: "VR Training" },
{ title: "Bio-Metrics", description: "Real-time health monitoring tech.", buttonIcon: CheckCircle, imageSrc: "https://img.b2bpic.net/free-photo/biometric-health-monitor-football-tech_23-2149457639.jpg", imageAlt: "Bio-metrics" },
{ title: "Fan Hub", description: "Connect with supporters globally.", buttonIcon: CheckCircle, imageSrc: "https://img.b2bpic.net/free-photo/fan-crowd-cheering-futuristic-stadium_23-2149098754.jpg", imageAlt: "Fan Hub" },
{ title: "Match Analytics", description: "Deep dive into every possession.", buttonIcon: CheckCircle, imageSrc: "https://img.b2bpic.net/free-photo/data-analysis-football-game_23-2149547630.jpg", imageAlt: "Analytics" },
{ title: "Global Scout", description: "Uncovering untapped talent.", buttonIcon: CheckCircle, imageSrc: "https://img.b2bpic.net/free-photo/digital-scouting-football-interface_23-2149757642.jpg", imageAlt: "Scouting" },
]}
title="Why Choose Us"
description="Quality, authenticity, and taste form the foundation of every meal we serve."
title="Advanced Club Ecosystem"
description="We integrate cutting-edge technology into every aspect of the beautiful game."
/>
</div>
@@ -193,47 +96,17 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
useInvertedBackground={true}
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: "Sofyana Elite Jersey", price: "$99.00", imageSrc: "https://img.b2bpic.net/free-photo/modern-football-kit-futuristic-design_23-2149156743.jpg" },
{ id: "2", name: "Training Gear Pack", price: "$150.00", imageSrc: "https://img.b2bpic.net/free-photo/training-gear-pack_23-2149256745.jpg" },
{ id: "3", name: "Pro Ball Model X", price: "$45.00", imageSrc: "https://img.b2bpic.net/free-photo/futuristic-soccer-ball_23-2149056748.jpg" },
{ id: "4", name: "Smart Performance Socks", price: "$25.00", imageSrc: "https://img.b2bpic.net/free-photo/smart-performance-socks_23-2149356749.jpg" },
{ id: "5", name: "Club Cap", price: "$30.00", imageSrc: "https://img.b2bpic.net/free-photo/club-cap-design_23-2149456750.jpg" },
{ id: "6", name: "Sofyana Training Vest", price: "$55.00", imageSrc: "https://img.b2bpic.net/free-photo/training-vest-neon_23-2149556751.jpg" },
]}
title="Our Signature Dishes"
description="Discover our handpicked selections that capture the true spirit of our culinary tradition."
title="Club Merchandise"
description="Wear the future with our range of high-performance club gear."
/>
</div>
@@ -241,127 +114,61 @@ export default function LandingPage() {
<TestimonialCardTwo
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
useInvertedBackground={true}
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: "Alex Rivera", role: "Pro Captain", testimonial: "The analytics at Sofyana changed how I play the game.", imageSrc: "https://img.b2bpic.net/free-photo/pro-footballer-portrait_23-2149067645.jpg" },
{ id: "2", name: "Jordan Lee", role: "Club Founder", testimonial: "Technology and football are one at Sofyana.", imageSrc: "https://img.b2bpic.net/free-photo/club-founder-portrait_23-2149167646.jpg" },
{ id: "3", name: "Casey Smith", role: "Youth Coach", testimonial: "Developing the next generation of players with ease.", imageSrc: "https://img.b2bpic.net/free-photo/youth-coach-portrait_23-2149267647.jpg" },
{ id: "4", name: "Sam Taylor", role: "Lead Analyst", testimonial: "The data insights we provide are unmatched.", imageSrc: "https://img.b2bpic.net/free-photo/analyst-portrait_23-2149367648.jpg" },
{ id: "5", name: "Morgan Ross", role: "Team Physician", testimonial: "Biometric monitoring keeps the players in peak form.", imageSrc: "https://img.b2bpic.net/free-photo/physician-portrait_23-2149467649.jpg" },
]}
title="Voice of Our Guests"
description="Hear what our loyal diners say about their experiences at Shinwari Dastarkhwan."
title="Voices of Innovation"
description="Hear from the leaders and players redefining football together."
/>
</div>
<div id="faq" data-section="faq">
<FaqDouble
textboxLayout="default"
useInvertedBackground={false}
useInvertedBackground={true}
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: "How do I join?", content: "Visit our sign up page to register for a player or fan account." },
{ id: "2", title: "Is tech integrated?", content: "Yes, every player is equipped with our proprietary bio-tracking tech." },
{ id: "3", title: "Can I join academy?", content: "We host global open trials annually for all skill levels." },
]}
title="Frequently Asked"
description="Got questions? We have the answers about our heritage and services."
title="Common Questions"
description="Everything you need to know about the future of Sofyana."
faqsAnimation="slide-up"
/>
</div>
<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",
},
]}
useInvertedBackground={true}
background={{ variant: "sparkles-gradient" }}
tag="Sign Up"
title="Become a Sofyana Member"
description="Join the elite circle of football innovation. Register today for early access."
buttons={[{ text: "Join Now", href: "#" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/top-view-tasty-meat-soup-with-potatoes-seasonings-dark-desk_140725-76943.jpg"
logoText="Shinwari Dastarkhwan"
imageSrc="https://img.b2bpic.net/free-photo/futuristic-stadium-night_23-2149156743.jpg"
logoText="Sofyana FC"
columns={[
{
title: "Navigation",
items: [
{
label: "Home",
href: "#hero",
},
{
label: "About",
href: "#about",
},
{
label: "Menu",
href: "#products",
},
title: "The Club", items: [
{ label: "About Us", href: "#about" },
{ label: "Fixtures", href: "#products" },
{ label: "Academy", href: "#" },
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
title: "Company", items: [
{ label: "Privacy", href: "#" },
{ label: "Terms", href: "#" },
],
},
]}
@@ -370,4 +177,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}