2 Commits

Author SHA1 Message Date
69fe11de7b Update src/app/page.tsx 2026-05-18 06:14:03 +00:00
db287a0cfe Update src/app/page.tsx 2026-05-18 06:13:36 +00:00

View File

@@ -2,17 +2,17 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter'; import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FaqDouble from '@/components/sections/faq/FaqDouble';
import FooterMedia from '@/components/sections/footer/FooterMedia'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import HeroSignup from '@/components/sections/hero/HeroSignup';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import { Flame } from "lucide-react"; import { Flame, Star, Sparkles } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -21,298 +21,134 @@ export default function LandingPage() {
defaultTextAnimation="background-highlight" defaultTextAnimation="background-highlight"
borderRadius="pill" borderRadius="pill"
contentWidth="mediumLarge" contentWidth="mediumLarge"
sizing="largeSmallSizeLargeTitles" sizing="largeSizeMediumTitles"
background="noiseDiagonalGradient" background="noiseDiagonalGradient"
cardStyle="gradient-radial" cardStyle="glass-elevated"
primaryButtonStyle="diagonal-gradient" primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
headingFontWeight="medium" headingFontWeight="semibold"
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarStyleCentered
navItems={[ navItems={[
{ { name: "Home", id: "hero" },
name: "Home", { name: "About", id: "about" },
id: "hero", { name: "Menu", id: "menu" },
}, { name: "Contact", id: "contact" }
{ ]}
name: "About", brandName="Ayam Panggang Mbak Indah"
id: "about", />
},
{
name: "Menu",
id: "menu",
},
{
name: "Contact",
id: "contact",
},
]}
brandName="Ayam Panggang Mbak Indah"
/>
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogoBillboard <HeroSignup
background={{ title="Authentic Indonesian Charcoal-Grilled Perfection"
variant: "downward-rays-static", description="Experience the legacy of Mbak Indah's secret family spices, slow-grilled to smoky, tender, flavorful perfection."
}} tag="Tradition in Every Bite"
logoText="Ayam Panggang Mbak Indah" background={{ variant: "glowing-orb-sparkles" }}
description="Authentic traditional charcoal-grilled chicken with secret family spices." buttonText="Order Now"
buttons={[ />
{
text: "View Menu",
href: "#menu",
},
{
text: "Contact Us",
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-cookie-plates-dried-lemon-slices-with-copy-space-pullover_23-2148791017.jpg"
imageAlt="grilled chicken indonesian style rustic"
mediaAnimation="slide-up"
/>
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<TestimonialAboutCard <InlineImageSplitTextAbout
useInvertedBackground={false} heading={[
tag="Our Story" { type: "text", content: "Over 20 Years of " },
title="Crafted with Love" { type: "text", content: "Culinary Excellence" }
description="From a small family kitchen to a beloved community staple, Mbak Indah has been perfecting the art of ayam panggang for over 20 years." ]}
subdescription="Every chicken is marinated for 12 hours in our family spice blend and slow-grilled over authentic charcoal embers to deliver that unmistakable smoky, savory taste." buttons={[{ text: "Discover Our History", href: "#menu" }]}
imageSrc="http://img.b2bpic.net/free-photo/nuts-falling-out-box_23-2147690222.jpg" useInvertedBackground={false}
imageAlt="mbak indah restaurant interior" />
mediaAnimation="slide-up"
icon={Flame}
/>
</div> </div>
<div id="menu" data-section="menu"> <div id="menu" data-section="menu">
<ProductCardOne <ProductCardThree
animationType="slide-up" title="Our Signature Menu"
textboxLayout="default" description="A curated selection of traditional charcoal-grilled favorites."
gridVariant="uniform-all-items-equal" gridVariant="bento-grid"
useInvertedBackground={true} animationType="blur-reveal"
products={[ textboxLayout="default"
{ useInvertedBackground={false}
id: "1", products={[
name: "Signature Ayam Panggang", { id: "1", name: "Signature Ayam Panggang", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-cutting-delicious-turkey_23-2148681867.jpg" },
price: "$12.99", { id: "2", name: "Bumbu Rujak Chicken", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-fish-sauce_1388-24.jpg" },
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-cutting-delicious-turkey_23-2148681867.jpg", { id: "3", name: "Traditional Tempeh", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-first-second-main-dish-lentil-soup-vegetable-salad-rice-with-meat-juice-table_140725-11420.jpg" }
imageAlt: "grilled chicken served with sambal", ]}
}, />
{
id: "2",
name: "Bumbu Rujak Chicken",
price: "$13.99",
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-fish-sauce_1388-24.jpg",
imageAlt: "grilled chicken platter indonesian",
},
{
id: "3",
name: "Traditional Tempeh Plate",
price: "$4.99",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-first-second-main-dish-lentil-soup-vegetable-salad-rice-with-meat-juice-table_140725-11420.jpg",
imageAlt: "side dish tempeh tofu traditional",
},
{
id: "4",
name: "House Sambal Bowl",
price: "$1.99",
imageSrc: "http://img.b2bpic.net/free-photo/red-hot-chilli-sauce-tomato-ketchup-chilli-sauce-puree-with-chili-pepper-tomatoes-garlic-wooden-cutting-board-stone-surface-top-view_1150-44567.jpg",
imageAlt: "spicy sambal bowl traditional",
},
{
id: "5",
name: "Sticky Rice Dessert",
price: "$3.50",
imageSrc: "http://img.b2bpic.net/free-photo/black-sticky-rice-custard-banana-leaf-white-plate-with-butterfly-pea-flowers_1150-20712.jpg",
imageAlt: "traditional indonesian dessert",
},
{
id: "6",
name: "Steam Rice Portion",
price: "$1.50",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-halves-coconut-stew_23-2148494726.jpg",
imageAlt: "steamed rice banana leaf",
},
]}
title="Our Signature Dishes"
description="Explore our authentic menu favorites."
/>
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardSix <TestimonialCardFifteen
animationType="slide-up" testimonial="The smokiness of the charcoal combined with the secret spice blend is truly life-changing. A local treasure!"
textboxLayout="default" author="Sarah Aris"
useInvertedBackground={false} rating={5}
testimonials={[ ratingAnimation="blur-reveal"
{ avatarsAnimation="slide-up"
id: "1", useInvertedBackground={false}
name: "Sarah A.", avatars={[]}
handle: "@sarahfoodie", />
testimonial: "The best ayam panggang I have ever tasted! So smoky and tender.",
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-woman-having-fun-restaurant_23-2149237471.jpg",
imageAlt: "happy customer eating indonesian food",
},
{
id: "2",
name: "Budi K.",
handle: "@budik_culinary",
testimonial: "Authentic flavors that remind me of home. A true hidden gem.",
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663875.jpg",
imageAlt: "young woman enjoying indonesian food",
},
{
id: "3",
name: "Dina W.",
handle: "@dina_eats",
testimonial: "Highly recommended for families. Great taste and portions.",
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148006577.jpg",
imageAlt: "family dinner table atmosphere",
},
{
id: "4",
name: "Andi P.",
handle: "@andi_foodies",
testimonial: "The charcoal grill makes such a difference in flavor. Fantastic!",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-chicken-with-different-seasonings-dark-space_140725-75651.jpg",
imageAlt: "man enjoying traditional indonesian food",
},
{
id: "5",
name: "Siti M.",
handle: "@siti_kitchen",
testimonial: "Consistent, delicious, and always served fresh. Mbak Indah never fails.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-with-delicious-food_23-2149272787.jpg",
imageAlt: "senior diner smiling food review",
},
]}
title="What Our Diners Say"
description="Real experiences from local food lovers."
/>
</div> </div>
<div id="faq" data-section="faq"> <div id="faq" data-section="faq">
<FaqSplitText <FaqDouble
useInvertedBackground={true} title="Common Questions"
faqs={[ description="Got questions? We have answers."
{ faqsAnimation="blur-reveal"
id: "1", textboxLayout="default"
title: "Do you offer delivery?", useInvertedBackground={false}
content: "Yes, we partner with major food delivery apps for your convenience.", faqs={[
}, { id: "1", title: "How do we prepare the chicken?", content: "We marinate for 12 hours and grill over real charcoal." },
{ { id: "2", title: "Is it spicy?", content: "We offer various spice levels, from mild to traditional extra spicy." }
id: "2", ]}
title: "Are your ingredients fresh?", />
content: "Absolutely. We source fresh, local chickens and organic spices daily.",
},
{
id: "3",
title: "Do you have indoor seating?",
content: "Yes, we offer a cozy, traditional dining area for all our customers.",
},
]}
sideTitle="Frequently Asked Questions"
sideDescription="Everything you need to know about our grilled chicken."
faqsAnimation="slide-up"
/>
</div> </div>
<div id="metrics" data-section="metrics"> <div id="metrics" data-section="metrics">
<MetricCardTwo <MetricCardOne
animationType="slide-up" title="The Mbak Indah Standard"
textboxLayout="default" description="Quality assured ingredients and traditional techniques."
gridVariant="uniform-all-items-equal" gridVariant="bento-grid"
useInvertedBackground={false} animationType="depth-3d"
metrics={[ textboxLayout="default"
{ useInvertedBackground={false}
id: "1", metrics={[
value: "20+", { id: "1", value: "20+", title: "Years", description: "Culinary tradition", icon: Flame },
description: "Years of experience", { id: "2", value: "100k+", title: "Customers", description: "Satisfied diners", icon: Star },
}, { id: "3", value: "50+", title: "Spices", description: "Unique blend", icon: Sparkles }
{ ]}
id: "2", />
value: "100k+",
description: "Happy customers served",
},
{
id: "3",
value: "50+",
description: "Secret spices used",
},
]}
title="Our Impact"
description="Numbers behind our traditional recipes."
/>
</div> </div>
<div id="social-proof" data-section="social-proof"> <div id="social-proof" data-section="social-proof">
<SocialProofOne <SocialProofOne
textboxLayout="default" names={["Culinary Assoc.", "Food Guide Pro", "Local Eats", "Top Rated"]}
useInvertedBackground={true} title="Recognized Excellence"
names={[ description="Endorsed by industry experts."
"Culinary Assoc.", textboxLayout="default"
"Food Guide Pro", useInvertedBackground={false}
"Delivery Partners", />
"Award Winners",
"Local Permits",
]}
title="Proudly Recognized By"
description="Local organizations and dining guides."
/>
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCenter <ContactCTA
useInvertedBackground={false} tag="Get In Touch"
background={{ title="Ready to taste history?"
variant: "plain", description="Join us for an unforgettable dining experience at our flagship location or order for delivery."
}} buttons={[{ text: "Book a Table" }, { text: "View Delivery Options" }]}
tag="Stay Updated" background={{ variant: "sparkles-gradient" }}
title="Get Special Offers" useInvertedBackground={false}
description="Sign up for our newsletter and never miss out on special deals." />
/>
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterBaseReveal
imageSrc="http://img.b2bpic.net/free-vector/cafe-icon-set_1262-7474.jpg" logoText="Ayam Panggang Mbak Indah"
imageAlt="ayam panggang logo design" columns={[
logoText="Ayam Panggang Mbak Indah" { title: "Menu", items: [{ label: "Dishes", href: "#menu" }, { label: "Sides", href: "#menu" }] },
columns={[ { title: "About", items: [{ label: "Our Story", href: "#about" }, { label: "Careers", href: "#" }] }
{ ]}
title: "Navigation", />
items: [
{
label: "Menu",
href: "#menu",
},
{
label: "About",
href: "#about",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
]}
/>
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>