1 Commits

Author SHA1 Message Date
c6db22a6ff Update src/app/page.tsx 2026-05-24 12:49:38 +00:00

View File

@@ -7,7 +7,7 @@ import FaqDouble from '@/components/sections/faq/FaqDouble';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import ProductDetailCard from '@/components/ecommerce/productDetail/ProductDetailCard';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
@@ -31,22 +31,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Menu",
id: "menu",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Contact", id: "contact" },
]}
brandName="ADDA"
/>
@@ -56,12 +44,7 @@ export default function LandingPage() {
<HeroLogo
logoText="ADDA - The Ultimate Hangout in Aricha"
description="Experience the warmth of Dhaka's favorite social hub. Sip, chat, and indulge in contemporary flavors."
buttons={[
{
text: "Explore Our Menu",
href: "#menu",
},
]}
buttons={[{ text: "Explore Our Menu", href: "#menu" }]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/white-cup-with-red-shapes-filled-with-creamy-coffee-white-background-with-striped-grey-white-cloth-covered-by-ficus-leaf-shadow-hat_23-2148296157.jpg"
imageAlt="cozy cafe interior warm lighting"
@@ -82,52 +65,14 @@ export default function LandingPage() {
</div>
<div id="menu" data-section="menu">
<ProductCardThree
animationType="scale-rotate"
textboxLayout="default"
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
{
id: "m1",
name: "Chicken MOMO",
price: "৳ 120",
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-khinkali-khinkali-brown-bowl_140725-74253.jpg",
},
{
id: "m2",
name: "Cappuccino",
price: "৳ 90",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-maker-machine-table_23-2148937222.jpg",
},
{
id: "m3",
name: "Classic Burger",
price: "৳ 250",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-food_23-2149303549.jpg",
},
{
id: "m4",
name: "Masala Tea",
price: "৳ 40",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-coffee-cup-books_23-2148882800.jpg",
},
{
id: "m5",
name: "Veggie Delight",
price: "৳ 100",
imageSrc: "http://img.b2bpic.net/free-photo/grilled-vegetable-stack_23-2151942390.jpg",
},
{
id: "m6",
name: "Fries Basket",
price: "৳ 80",
imageSrc: "http://img.b2bpic.net/free-photo/baroque-style-with-fast-food-arrangement_23-2149629986.jpg",
},
]}
title="Interactive 3D Menu"
description="Discover our signature flavors, meticulously crafted for your hangout experience."
/>
<ProductDetailCard
layout="section"
name="Signature ADDA Coffee"
price="৳ 90"
description="Our signature blend, freshly roasted and served with care for the ultimate cozy experience."
images={[{ src: "http://img.b2bpic.net/free-photo/coffee-maker-machine-table_23-2148937222.jpg", alt: "Signature Coffee" }]}
buttons={[{ text: "Add to Cart", onClick: () => console.log("Added to cart") }]}
/>
</div>
<div id="testimonials" data-section="testimonials">
@@ -136,41 +81,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah Ahmed",
role: "Student",
testimonial: "The best place in Aricha for coffee and conversations!",
imageSrc: "http://img.b2bpic.net/free-photo/girl-thinking-what-answer-giving-opinion-about-taste-asia_197531-22361.jpg",
},
{
id: "2",
name: "Rahim Uddin",
role: "Creative",
testimonial: "Incredible atmosphere, perfect for productive afternoons.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg",
},
{
id: "3",
name: "Fatima Begum",
role: "Professional",
testimonial: "Love the momos, authentic and super comforting.",
imageSrc: "http://img.b2bpic.net/free-vector/watercolor-muted-colors-pattern-design_23-2150043593.jpg",
},
{
id: "4",
name: "John Doe",
role: "Tourist",
testimonial: "Surprised by the contemporary design here, very welcoming.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-having-lunch_23-2148451643.jpg",
},
{
id: "5",
name: "Zia Rahman",
role: "Local",
testimonial: "ADDA is our daily ritual now, couldn't live without it.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-table_23-2149212128.jpg",
},
{ id: "1", name: "Sarah Ahmed", role: "Student", testimonial: "The best place in Aricha for coffee and conversations!", imageSrc: "http://img.b2bpic.net/free-photo/girl-thinking-what-answer-giving-opinion-about-taste-asia_197531-22361.jpg" },
{ id: "2", name: "Rahim Uddin", role: "Creative", testimonial: "Incredible atmosphere, perfect for productive afternoons.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg" }
]}
title="Voices of ADDA"
description="See why locals love our hangout spot."
@@ -181,15 +93,7 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
names={[
"Foodies Dhaka",
"Aricha Eats",
"Cafe Culture BD",
"Local Hubs",
"Student Dining",
"Flavor Route",
"Youth Vibes",
]}
names={["Foodies Dhaka", "Aricha Eats", "Cafe Culture BD"]}
title="Community Favorites"
description="Proudly supporting the local Aricha culinary network."
/>
@@ -199,23 +103,7 @@ export default function LandingPage() {
<FaqDouble
textboxLayout="split"
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "Where are you located?",
content: "ADDA is located right on the Dhaka-Aricha road for easy access.",
},
{
id: "f2",
title: "Do you offer delivery?",
content: "Yes, we partner with major delivery apps in the local area.",
},
{
id: "f3",
title: "Is Wi-Fi available?",
content: "Absolutely! We provide high-speed Wi-Fi for all our guests.",
},
]}
faqs={[{ id: "f1", title: "Where are you located?", content: "ADDA is located right on the Dhaka-Aricha road for easy access." }]}
title="Common Questions"
description="Here is what you need to know about our Aricha spot."
faqsAnimation="slide-up"
@@ -225,9 +113,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "canvas-reveal",
}}
background={{ variant: "canvas-reveal" }}
title="Visit Us at ADDA"
description="Find us on the Dhaka to Aricha road. We're open daily to serve you comfort."
tag="Contact Us"
@@ -238,36 +124,11 @@ export default function LandingPage() {
<FooterBaseCard
logoText="ADDA"
columns={[
{
title: "Explore",
items: [
{
label: "Menu",
href: "#menu",
},
{
label: "Contact",
href: "#contact",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms",
href: "#",
},
],
},
{ title: "Explore", items: [{ label: "Menu", href: "#menu" }, { label: "Contact", href: "#contact" }] }
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}