6 Commits

Author SHA1 Message Date
3a74c832b5 Update src/app/page.tsx 2026-04-09 09:56:45 +00:00
701e0a3d2d Update src/app/styles/variables.css 2026-04-09 09:56:16 +00:00
a1acf02cc6 Update src/app/page.tsx 2026-04-09 09:56:16 +00:00
26d5b7dc00 Merge version_1 into main
Merge version_1 into main
2026-04-09 09:54:43 +00:00
3bbfa92a57 Merge version_1 into main
Merge version_1 into main
2026-04-09 09:54:16 +00:00
56e4860a68 Merge version_1 into main
Merge version_1 into main
2026-04-09 09:53:51 +00:00
2 changed files with 21 additions and 27 deletions

View File

@@ -2,12 +2,12 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit'; import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardThree from '@/components/sections/product/ProductCardThree'; import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import { Sparkles } from "lucide-react"; import { Sparkles } from "lucide-react";
@@ -76,15 +76,14 @@ export default function LandingPage() {
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve <TestimonialCardFifteen
useInvertedBackground={false} useInvertedBackground={true}
cardAnimation="slide-up" testimonial="The taste of tradition that brings me back every single time. Absolutely unmatched quality!"
cardTitle="What People Say" rating={5}
cardTag="Reviews" author="Ali Khan"
testimonials={[ avatars={[{ src: "http://img.b2bpic.net/free-photo/beautiful-african-american-female-with-broad-pleasant-smile-rests-sidewalk-cafe-alone-enjoys-good-rest-summer-vacation_273609-3491.jpg", alt: "Customer" }]}
{ id: "1", name: "Ali Khan", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-female-with-broad-pleasant-smile-rests-sidewalk-cafe-alone-enjoys-good-rest-summer-vacation_273609-3491.jpg" }, ratingAnimation="slide-up"
{ id: "2", name: "Sara Ahmed", imageSrc: "http://img.b2bpic.net/free-photo/three-best-friends-enjoying-nice-conversation-lunch-modern-cafe-interior_273609-9010.jpg" } avatarsAnimation="slide-up"
]}
/> />
</div> </div>
@@ -100,25 +99,20 @@ export default function LandingPage() {
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplit <ContactCenter
useInvertedBackground={false} useInvertedBackground={true}
background={{ variant: "plain" }} background={{ variant: "plain" }}
tag="Contact Us" tag="Contact Us"
title="Visit Us Today" title="Reach Out to Us"
description="Have a craving? Come visit our shop or contact us through WhatsApp." description="We are always here to serve you. Reach out through the form below for any queries or special requests."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7EXEWePONtf5d5oHqsQWAOFNr/uploaded-1775728400620-7e7dsgt2.jpg?_wi=2"
mediaAnimation="slide-up"
mediaPosition="right"
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoEmphasis <FooterLogoReveal
columns={[
{ items: [{ label: "Home", href: "#hero" }, { label: "Menu", href: "#menu" }] },
{ items: [{ label: "WhatsApp: 0340-2035550", href: "#" }] }
]}
logoText="Saleem Pan & Chatkharay" logoText="Saleem Pan & Chatkharay"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms & Conditions", href: "#" }}
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -10,9 +10,9 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #1a1a1a; --background: #0a0a0a;
--card: #262626; --card: #1a1a1a;
--foreground: #ffffff; --foreground: #f5f5f5;
--primary-cta: #ff7b05; --primary-cta: #ff7b05;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #ffffff; --secondary-cta: #ffffff;