Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-18 12:57:10 +00:00

View File

@@ -6,7 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
@@ -26,7 +26,7 @@ export default function LandingPage() {
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
headingFontWeight="light"
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
@@ -43,29 +43,13 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboard
background={{ variant: "radial-gradient" }}
title="The Art of the Broth. The Soul of the Goat."
description="Experience the cleanest, richest, and most authentic Sop Kaki Kambing in the city. Now served in an atmosphere of redefined comfort."
buttons={[{ text: "Book a Table", href: "#contact" }, { text: "View the Selection", href: "#product" }]}
<HeroLogo
logoText="The Art of the Broth. The Soul of the Goat."
description="Experience the cleanest, richest, and most authentic Sop Kaki Kambing in the city, elevated to a level of Gilded Heritage."
buttons={[{ text: "Discover More", href: "#about" }]}
imageSrc="http://img.b2bpic.net/free-photo/tasty-rice-dish_23-2147680629.jpg"
imageAlt="Steaming mutton broth being poured"
mediaAnimation="blur-reveal"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018827.jpg", alt: "Connoisseur 1" },
{ src: "http://img.b2bpic.net/free-photo/women-eating-traditional-italian-pizza-together_52683-110888.jpg", alt: "Connoisseur 2" },
{ src: "http://img.b2bpic.net/free-photo/young-stylish-woman-sitting-cafe-eating-tasty-pie_285396-1092.jpg", alt: "Connoisseur 3" },
{ src: "http://img.b2bpic.net/free-photo/thin-tanned-woman-brown-bra-stylish-denim-shorts-enjoys-taste-waffle-with-cream-peanuts-maple-syrup_197531-18189.jpg", alt: "Connoisseur 4" },
{ src: "http://img.b2bpic.net/free-photo/portrait-bartender-with-arms-crossed-leaning-bar-counter_107420-65491.jpg", alt: "Connoisseur 5" },
]}
avatarText="Join 500+ satisfied gourmets"
marqueeItems={[
{ type: "text", text: "Authentic Minyak Samin" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/plate-fish-chips-potatoes-wooden-surface_839833-19792.jpg", alt: "Iconic broth" },
{ type: "text", text: "Slow-Simmered Excellence" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/teriyaki-chicken-burger_1339-3593.jpg", alt: "Premium cuts" },
{ type: "text", text: "Luxury Gastronomy" },
]}
imageAlt="The Art of the Broth"
showDimOverlay={true}
/>
</div>
@@ -192,4 +176,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}