Merge version_2 into main #5
@@ -1,46 +1,24 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Lato } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import "./styles/variables.css";
|
||||
import "./styles/base.css";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const lato = Lato({
|
||||
variable: "--font-lato", subsets: ["latin"],
|
||||
weight: ["100", "300", "400", "700", "900"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Kebabchi - Authentic Kebabs in Lucknow", description: "Experience authentic hand-grilled kebabs at Kebabchi in Husainabad, Lucknow. Premium ingredients, traditional cooking methods, and exceptional dining.", keywords: "kebab restaurant lucknow, shish kebab, doner kebab, authentic kebabs, husainabad lucknow", openGraph: {
|
||||
title: "Kebabchi - Premium Kebabs in Lucknow", description: "Discover the finest hand-grilled kebabs prepared with premium spices and traditional techniques", siteName: "Kebabchi", type: "website"},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Kebabchi - Authentic Kebabs in Lucknow", description: "Experience premium hand-grilled kebabs at Kebabchi"},
|
||||
};
|
||||
title: "LuxeCore - Luxury Fashion Brand", description: "Premium fashion brand featuring luxury collections for men, women, and accessories."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${lato.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1408,7 +1386,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
236
src/app/page.tsx
236
src/app/page.tsx
@@ -5,158 +5,203 @@ import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial";
|
||||
import SplitAbout from "@/components/sections/about/SplitAbout";
|
||||
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
||||
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
||||
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import { Sparkles, Flame, MapPin, Heart } from "lucide-react";
|
||||
import { Sparkles, Star, Package, Users, ShoppingBag } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
const navItems = [
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Men", id: "men" },
|
||||
{ name: "Women", id: "women" },
|
||||
{ name: "Accessories", id: "accessories" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
];
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLarge"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
contentWidth="medium"
|
||||
sizing="large"
|
||||
background="none"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple brandName="Kebabchi" navItems={navItems} />
|
||||
<NavbarStyleApple brandName="LuxeCore" navItems={navItems} />
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
title="Authentic Kebab Experience"
|
||||
description="Discover the finest hand-grilled kebabs prepared with premium spices and traditional techniques. Located in the heart of Husainabad, Lucknow."
|
||||
tag="Premium Kebabs"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-fried-meat-bones-with-fried-vegetables-sauce-table-food-meal-dinner-restaurant-meat_140725-28157.jpg"
|
||||
imageAlt="Delicious grilled kebabs"
|
||||
title="LuxeCore"
|
||||
description="Experience timeless elegance and modern sophistication. Discover our curated collection of premium fashion for the discerning individual."
|
||||
tag="Luxury Fashion"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="https://images.unsplash.com/photo-1509631179647-0177331693ae?w=800&h=900&fit=crop"
|
||||
imageAlt="Luxury fashion collection"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
name: "Ravi Kumar", handle: "Food Enthusiast", testimonial: "The best kebabs in Lucknow! Authentic flavors and perfect grilling.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1"},
|
||||
name: "Alexandra Sterling", handle: "Fashion Editor", testimonial: "LuxeCore represents the pinnacle of luxury fashion. Every piece is a masterpiece of design and craftsmanship.", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=100&h=100&fit=crop"},
|
||||
{
|
||||
name: "Priya Singh", handle: "Regular Customer", testimonial: "Exceptional quality and authentic taste. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1"},
|
||||
name: "Marcus Laurent", handle: "Style Curator", testimonial: "The attention to detail and premium quality is unmatched. LuxeCore has become my go-to for luxury pieces.", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=100&h=100&fit=crop"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Reserve Table", href: "contact" },
|
||||
{ text: "View Menu", href: "menu" },
|
||||
{ text: "Shop Now", href: "#men" },
|
||||
{ text: "Explore Collection", href: "#women" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
title="About Kebabchi"
|
||||
description="Welcome to Kebabchi, your destination for authentic kebab cuisine. We have been serving the finest hand-grilled kebabs with premium ingredients and traditional cooking methods since our establishment."
|
||||
title="Crafted for Elegance"
|
||||
description="At LuxeCore, we believe luxury is not just about price—it's about the meticulous craftsmanship, premium materials, and timeless design that transcend trends. Since our inception, we have been dedicated to creating fashion that speaks to sophistication and individuality."
|
||||
tag="Our Story"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg"
|
||||
imageAlt="Kebabchi restaurant interior"
|
||||
imageSrc="https://images.unsplash.com/photo-1556821552-07f83cf87537?w=600&h=700&fit=crop"
|
||||
imageAlt="Luxury fashion craftsmanship"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Premium Ingredients", description: "We source the finest quality meat and spices for authentic flavors", icon: Sparkles,
|
||||
title: "Premium Materials", description: "Hand-selected fabrics and finest materials from around the world", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Traditional Cooking", description: "Hand-grilled over charcoal using time-honored culinary techniques", icon: Flame,
|
||||
title: "Expert Craftsmanship", description: "Each piece is meticulously crafted by master artisans with years of experience", icon: Package,
|
||||
},
|
||||
{
|
||||
title: "Perfect Location", description: "Conveniently located in Husainabad, Lucknow with easy accessibility", icon: MapPin,
|
||||
title: "Timeless Design", description: "Collections that transcend seasons and remain eternally elegant", icon: Star,
|
||||
},
|
||||
{
|
||||
title: "Customer Focused", description: "Dedicated to providing exceptional dining experience every visit", icon: Heart,
|
||||
title: "Sustainable Luxury", description: "Committed to ethical practices and sustainable fashion principles", icon: Users,
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Learn More", href: "#" }]}
|
||||
buttons={[{ text: "Learn Our Story", href: "#about" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<FeatureCardOne
|
||||
title="Our Signature Kebabs"
|
||||
description="Experience our carefully curated selection of authentic kebab dishes"
|
||||
tag="Menu Highlights"
|
||||
<div id="men" data-section="men">
|
||||
<ProductCardTwo
|
||||
title="Men's Collection"
|
||||
description="Sophisticated tailoring and modern silhouettes designed for the contemporary gentleman"
|
||||
tag="Men's Fashion"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
products={[
|
||||
{
|
||||
title: "Shish Kebab", description: "Tender chunks of marinated meat grilled to perfection on skewers", imageSrc: "http://img.b2bpic.net/free-photo/pork-kebab-plate-juicy-delicious-food_132075-14704.jpg", imageAlt: "Shish kebab", button: { text: "Order Now", href: "#" },
|
||||
},
|
||||
id: "1", brand: "LuxeCore", name: "Premium Tailored Blazer", price: "$2,450", rating: 5,
|
||||
reviewCount: "284", imageSrc: "https://images.unsplash.com/photo-1591047990508-cd4628902d4a?w=400&h=500&fit=crop", imageAlt: "Premium tailored blazer"},
|
||||
{
|
||||
title: "Doner Kebab", description: "Traditional sliced meat cooked on a vertical rotisserie with perfect crust", imageSrc: "http://img.b2bpic.net/free-photo/meat-doner-cook_140725-984.jpg", imageAlt: "Doner kebab", button: { text: "Order Now", href: "#" },
|
||||
},
|
||||
id: "2", brand: "LuxeCore", name: "Silk Business Shirt", price: "$890", rating: 5,
|
||||
reviewCount: "156", imageSrc: "https://images.unsplash.com/photo-1594938298603-c8148c4dae35?w=400&h=500&fit=crop", imageAlt: "Silk business shirt"},
|
||||
{
|
||||
title: "Seekh Kebab", description: "Minced meat mixture molded on skewers with aromatic spices", imageSrc: "http://img.b2bpic.net/free-psd/single-seasoned-grilled-minced-meat-kebab-garnished-with-fresh-herbs-red-chili-flakes-isolated-black-background_84443-63401.jpg", imageAlt: "Seekh kebab", button: { text: "Order Now", href: "#" },
|
||||
},
|
||||
id: "3", brand: "LuxeCore", name: "Italian Leather Loafers", price: "$1,650", rating: 5,
|
||||
reviewCount: "312", imageSrc: "https://images.unsplash.com/photo-1543163521-9efcc06814ee?w=400&h=500&fit=crop", imageAlt: "Italian leather loafers"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="women" data-section="women">
|
||||
<ProductCardTwo
|
||||
title="Women's Collection"
|
||||
description="Elegance redefined with contemporary cuts, luxurious textures, and timeless sophistication"
|
||||
tag="Women's Fashion"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
title: "Fresh Accompaniments", description: "Crisp salads and fresh sides to complement your kebab experience", imageSrc: "http://img.b2bpic.net/free-photo/light-salad-cabbage-corn-cucumbers-tomatoes_140725-3038.jpg", imageAlt: "Fresh salad", button: { text: "Order Now", href: "#" },
|
||||
},
|
||||
id: "1", brand: "LuxeCore", name: "Cashmere Evening Gown", price: "$3,200", rating: 5,
|
||||
reviewCount: "428", imageSrc: "https://images.unsplash.com/photo-1595777707802-f3ee06ef6fa5?w=400&h=500&fit=crop", imageAlt: "Cashmere evening gown"},
|
||||
{
|
||||
id: "2", brand: "LuxeCore", name: "Luxury Trench Coat", price: "$2,100", rating: 5,
|
||||
reviewCount: "201", imageSrc: "https://images.unsplash.com/photo-1539533057440-7a601666ffd7?w=400&h=500&fit=crop", imageAlt: "Luxury trench coat"},
|
||||
{
|
||||
id: "3", brand: "LuxeCore", name: "Silk Designer Handbag", price: "$2,750", rating: 5,
|
||||
reviewCount: "367", imageSrc: "https://images.unsplash.com/photo-1548036328-c9fa89d128fa?w=400&h=500&fit=crop", imageAlt: "Silk designer handbag"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="accessories" data-section="accessories">
|
||||
<ProductCardTwo
|
||||
title="Accessories"
|
||||
description="Complete your look with our curated selection of luxury accessories and finishing touches"
|
||||
tag="Accessories"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "LuxeCore", name: "Gold Statement Watch", price: "$4,950", rating: 5,
|
||||
reviewCount: "198", imageSrc: "https://images.unsplash.com/photo-1523293182086-7651a899d37f?w=400&h=500&fit=crop", imageAlt: "Gold statement watch"},
|
||||
{
|
||||
id: "2", brand: "LuxeCore", name: "Italian Leather Belt", price: "$650", rating: 5,
|
||||
reviewCount: "245", imageSrc: "https://images.unsplash.com/photo-1554563049-8e4bc1d18b41?w=400&h=500&fit=crop", imageAlt: "Italian leather belt"},
|
||||
{
|
||||
id: "3", brand: "LuxeCore", name: "Premium Silk Scarf", price: "$450", rating: 5,
|
||||
reviewCount: "189", imageSrc: "https://images.unsplash.com/photo-1616457607648-aeb47a582c0b?w=400&h=500&fit=crop", imageAlt: "Premium silk scarf"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
title="What Our Customers Say"
|
||||
description="Join thousands of satisfied diners who have experienced authentic kebab cuisine at Kebabchi"
|
||||
tag="Customer Reviews"
|
||||
title="What Our Clients Say"
|
||||
description="Discover what luxury fashion enthusiasts and style icons think about LuxeCore"
|
||||
tag="Client Reviews"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Ravi Kumar", role: "Food Critic", company: "Lucknow Food Blog", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2"},
|
||||
id: "1", name: "Victoria Ashford", role: "Fashion Influencer", company: "Style & Elegance", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=200&h=200&fit=crop"},
|
||||
{
|
||||
id: "2", name: "Priya Singh", role: "Regular Customer", company: "Local Community", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2"},
|
||||
id: "2", name: "Christopher Blake", role: "Executive", company: "Luxury Consulting", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=200&h=200&fit=crop"},
|
||||
{
|
||||
id: "3", name: "Amit Verma", role: "Corporate Client", company: "Tech Startup", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-caucasian-guy-with-beard-looking-happy_176420-18707.jpg"},
|
||||
id: "3", name: "Sophie Beaumont", role: "Style Director", company: "Fashion Magazine", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=200&h=200&fit=crop"},
|
||||
{
|
||||
id: "4", name: "Neha Sharma", role: "Event Organizer", company: "Premium Events", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/women-avatar-collection_24908-60284.jpg"},
|
||||
id: "4", name: "James Sterling", role: "Entrepreneur", company: "Premium Brands", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=200&h=200&fit=crop"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "500+", label: "Happy Customers Monthly" },
|
||||
{ value: "25K+", label: "Satisfied Customers" },
|
||||
{ value: "4.9/5", label: "Average Rating" },
|
||||
{ value: "10+", label: "Years Excellence" },
|
||||
{ value: "15+", label: "Years of Excellence" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
title="Trusted by Food Lovers Across Lucknow"
|
||||
description="Featured in local food guides and recommended by dining communities"
|
||||
tag="Recognized"
|
||||
title="Featured In"
|
||||
description="LuxeCore has been recognized by leading fashion publications and luxury lifestyle brands"
|
||||
tag="Press & Recognition"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Food Guide Lucknow", "Local Dining Association", "Culinary Excellence", "Premium Restaurants", "Authentic Kebab Specialists", "Award Winning Kitchen", "Community Favorite"]}
|
||||
"Vogue International", "Harper's Bazaar", "Luxury Fashion Weekly", "Style & Elegance", "Premium Fashion Guide", "Elite Luxury Brands", "Fashion Industry Awards"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -165,70 +210,81 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about Kebabchi"
|
||||
tag="Help"
|
||||
description="Find answers to common questions about LuxeCore luxury fashion"
|
||||
tag="Help & Support"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="slide-up"
|
||||
animationType="smooth"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What are your operating hours?", content: "We are open Monday to Sunday from 11:00 AM to 11:00 PM. We accept dine-in, takeout, and home delivery orders throughout these hours."},
|
||||
id: "1", title: "What is your return policy?", content: "We offer a 30-day return policy on all items. All pieces must be unworn with original tags attached. We provide prepaid return shipping for your convenience."},
|
||||
{
|
||||
id: "2", title: "Do you offer catering services?", content: "Yes, we offer premium catering services for events, parties, and corporate functions. Contact us for customized catering packages and pricing."},
|
||||
id: "2", title: "Do you offer international shipping?", content: "Yes, we ship to over 150 countries worldwide. International orders typically arrive within 7-14 business days. Customs fees may apply depending on your location."},
|
||||
{
|
||||
id: "3", title: "What payment methods do you accept?", content: "We accept cash, all major credit/debit cards, and digital payment methods including UPI, Google Pay, and Paytm."},
|
||||
id: "3", title: "How do I care for my LuxeCore pieces?", content: "Each item comes with detailed care instructions. We recommend professional dry cleaning for most pieces. For leather goods, use premium leather conditioner periodically to maintain their lustrous appearance."},
|
||||
{
|
||||
id: "4", title: "Do you have vegetarian options?", content: "Yes, we offer vegetarian kebab options including paneer tikka and vegetable seekh kebabs. Please ask our staff for full vegetarian menu details."},
|
||||
id: "4", title: "Do you offer personal styling services?", content: "Yes, we provide complimentary personal styling consultations for orders over $5,000. Our style experts will help you create the perfect luxury wardrobe tailored to your preferences."},
|
||||
{
|
||||
id: "5", title: "Can I order online?", content: "We recommend calling us directly at the number on our location pin for the fastest service. You can also visit our restaurant to place orders in person."},
|
||||
id: "5", title: "Can I view pieces before purchasing?", content: "We offer virtual consultations and can arrange private viewings by appointment at our flagship locations. Contact our concierge team to schedule your personal experience."},
|
||||
{
|
||||
id: "6", title: "Do you accommodate large groups?", content: "Absolutely! We welcome large groups and can arrange private dining areas. Please call ahead to reserve space and discuss your requirements."},
|
||||
id: "6", title: "Do you have seasonal collections?", content: "Yes, we release new seasonal collections quarterly. Subscribe to our newsletter to be notified of upcoming launches and exclusive pre-order opportunities."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Get in Touch"
|
||||
title="Reserve Your Table Today"
|
||||
description="Experience authentic kebab cuisine at Kebabchi. Call us or visit our restaurant in Husainabad, Lucknow for reservations and special orders."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Get In Touch"
|
||||
title="Connect With LuxeCore"
|
||||
description="For inquiries, personal consultations, or to learn more about our luxury collections, please reach out to our team. We're here to assist you with the finest service."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg"
|
||||
imageAlt="Kebabchi restaurant dining"
|
||||
imageSrc="https://images.unsplash.com/photo-1556821552-07f83cf87537?w=600&h=700&fit=crop"
|
||||
imageAlt="LuxeCore luxury boutique"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Subscribe"
|
||||
termsText="We respect your privacy. Unsubscribe at any time."
|
||||
termsText="Join our exclusive community for luxury fashion updates, private sales, and VIP access to new collections."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
logoText="Kebabchi"
|
||||
copyrightText="© 2025 Kebabchi. All rights reserved."
|
||||
logoText="LuxeCore"
|
||||
copyrightText="© 2025 LuxeCore Luxury Fashion. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation", items: [
|
||||
{ label: "Menu", href: "#menu" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
title: "Collections", items: [
|
||||
{ label: "Men's Fashion", href: "#men" },
|
||||
{ label: "Women's Fashion", href: "#women" },
|
||||
{ label: "Accessories", href: "#accessories" },
|
||||
{ label: "New Arrivals", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Location", items: [
|
||||
{
|
||||
label: "Husainabad, Lucknow", href: "https://maps.apple.com/?address=462/394,%20Ramganj,%20Husainabad,%20Lucknow,%20226003,%20Uttar%20Pradesh,%20India"},
|
||||
{
|
||||
label: "Get Directions", href: "https://maps.apple.com/?address=462/394,%20Ramganj,%20Husainabad,%20Lucknow,%20226003,%20Uttar%20Pradesh,%20India"},
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "Press", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "Help Center", href: "#faq" },
|
||||
{ label: "Shipping Info", href: "#" },
|
||||
{ label: "Track Order", href: "#" },
|
||||
{ label: "Returns", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Accessibility", href: "#" },
|
||||
{ label: "Cookie Settings", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120a00e6;
|
||||
--primary-cta: #E34400;
|
||||
--background: #1a1a1a;
|
||||
--card: #2a2a2a;
|
||||
--foreground: #f5f5f5;
|
||||
--primary-cta: #d4af37;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta: #333333;
|
||||
--secondary-cta-text: #120a00e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #E34400;
|
||||
--accent: #c9a961;
|
||||
--background-accent: #d4af37;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user