Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -4,13 +4,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -218,53 +218,55 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
<FooterBase
|
||||
logoText="Zaaeqa Restaurant"
|
||||
copyrightText="© 2024 Zaaeqa Restaurant. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links", items: [
|
||||
title: "Dining & Reservations", items: [
|
||||
{
|
||||
label: "Home", href: "#hero"},
|
||||
label: "Reservations", href: "#contact"},
|
||||
{
|
||||
label: "About Us", href: "#about"},
|
||||
label: "Order Online", href: "#contact"},
|
||||
{
|
||||
label: "Private Events", href: "#contact"},
|
||||
{
|
||||
label: "Business Hours", href: "#contact"}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Explore Zaaeqa", items: [
|
||||
{
|
||||
label: "Menu", href: "#signature-dishes"},
|
||||
{
|
||||
label: "Gallery", href: "#gallery"},
|
||||
],
|
||||
{
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Why Choose Us", href: "#why-choose-us"},
|
||||
{
|
||||
label: "Customer Reviews", href: "#customer-reviews"}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact Info", items: [
|
||||
title: "Connect & Follow", items: [
|
||||
{
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Phone: 092629 94101", href: "tel:+919262994101"},
|
||||
{
|
||||
label: "Address: Shop No 10, Mauli CHS, Plot No 81, New Sector-50, Sector 50, Seawoods, Navi Mumbai, Maharashtra 400706", href: "https://maps.app.goo.gl/example"},
|
||||
{
|
||||
label: "Business Hours: Daily until 11:00 PM", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow Us", items: [
|
||||
{
|
||||
label: "Facebook", href: "https://facebook.com/zaaeqarestaurant"},
|
||||
{
|
||||
label: "Instagram", href: "https://instagram.com/zaaeqarestaurant"},
|
||||
{
|
||||
label: "Twitter", href: "https://twitter.com/zaaeqarestaurant"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Order & Reserve", items: [
|
||||
{
|
||||
label: "Order Online", href: "#contact"},
|
||||
{
|
||||
label: "Reserve Table", href: "#contact"},
|
||||
{
|
||||
label: "WhatsApp Order", href: "https://wa.me/919262994101"},
|
||||
],
|
||||
},
|
||||
label: "Google Reviews", href: "https://g.page/ZaaeqaRestaurant/review"}
|
||||
]
|
||||
}
|
||||
]}
|
||||
bottomLeftText="© 2024 Zaaeqa Restaurant. All rights reserved."
|
||||
bottomRightText="Made with passion for food."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #e34400;
|
||||
--background: #1a1a2e;
|
||||
--card: #2c2c4d;
|
||||
--foreground: #e0e0e0;
|
||||
--primary-cta: #6b46c1;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #010101;
|
||||
--secondary-cta: #4a338d;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #ff7b05;
|
||||
--background-accent: #106efb;
|
||||
--accent: #f59e0b;
|
||||
--background-accent: #3a3a5e;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user