From 13292c3c25429adcdf95bf2ab218006c264caecb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 13:51:07 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 223 +++++++---------------------------------------- 1 file changed, 32 insertions(+), 191 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b1deffc..93d115d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactFaq from '@/components/sections/contact/ContactFaq'; -import FooterCard from '@/components/sections/footer/FooterCard'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TextAbout from '@/components/sections/about/TextAbout'; -import { MessageCircle } from "lucide-react"; +import { MessageCircle, Phone, ArrowRight } from "lucide-react"; export default function LandingPage() { return ( @@ -29,73 +29,30 @@ export default function LandingPage() {
@@ -114,60 +71,9 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={false} products={[ - { - id: "1", - brand: "Ayam Ingkung", - name: "Ingkung Original", - price: "Rp 150.000", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/green-curry-made-with-chicken-chili-basil-with-tomato-lime-kaffir-lime-leaves-garlic_1150-25724.jpg", - }, - { - id: "2", - brand: "Ayam Ingkung", - name: "Ingkung Bakar Madu", - price: "Rp 160.000", - rating: 5, - reviewCount: "98", - imageSrc: "http://img.b2bpic.net/free-photo/green-curry-made-with-chicken-chili-basil-with-tomato-lime-kaffir-lime-leaves-garlic_1150-25724.jpg", - }, - { - id: "3", - brand: "Paket Keluarga", - name: "Paket Hemat 4 Orang", - price: "Rp 250.000", - rating: 4, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/boiled-eggs-stir-fried-with-tamarind-sauce_1150-22251.jpg", - }, - { - id: "4", - brand: "Lauk Pauk", - name: "Sayur Asem Segar", - price: "Rp 15.000", - rating: 4, - reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/boiled-eggs-stir-fried-with-tamarind-sauce_1150-22251.jpg", - }, - { - id: "5", - brand: "Minuman", - name: "Es Kelapa Muda", - price: "Rp 12.000", - rating: 5, - reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-fillet-pieces-stick-served-with-shoestrings-arugula-sauce_140725-5756.jpg", - }, - { - id: "6", - brand: "Minuman", - name: "Teh Poci Gula Batu", - price: "Rp 8.000", - rating: 5, - reviewCount: "200", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-fillet-pieces-stick-served-with-shoestrings-arugula-sauce_140725-5756.jpg", - }, + { id: "1", brand: "Ayam Ingkung", name: "Ingkung Original", price: "Rp 150.000", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/green-curry-made-with-chicken-chili-basil-with-tomato-lime-kaffir-lime-leaves-garlic_1150-25724.jpg" }, + { id: "2", brand: "Ayam Ingkung", name: "Ingkung Bakar Madu", price: "Rp 160.000", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/green-curry-made-with-chicken-chili-basil-with-tomato-lime-kaffir-lime-leaves-garlic_1150-25724.jpg" }, + { id: "3", brand: "Paket Keluarga", name: "Paket Hemat 4 Orang", price: "Rp 250.000", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/boiled-eggs-stir-fried-with-tamarind-sauce_1150-22251.jpg" }, ]} title="Menu Andalan Kami" description="Sajian ayam ingkung dengan bumbu rempah asli yang meresap sempurna." @@ -179,61 +85,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Budi Santoso", - date: "12 Jan 2024", - title: "Pelanggan Setia", - quote: "Ayamnya empuk sekali, bumbu meresap sampai ke tulang.", - tag: "Sangat Puas", - avatarSrc: "http://img.b2bpic.net/free-photo/happy-couple-enjoying-cafe-while-talking-waiter_637285-579.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-tabacca-rosemary-with-boiled-egg_114579-2390.jpg", - imageAlt: "ayam ingkung traditional javanese cuisine", - }, - { - id: "2", - name: "Siti Aminah", - date: "15 Feb 2024", - title: "Ibu Rumah Tangga", - quote: "Tempat bersih, nyaman, cocok untuk arisan keluarga.", - tag: "Recommended", - avatarSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346508.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/green-curry-made-with-chicken-chili-basil-with-tomato-lime-kaffir-lime-leaves-garlic_1150-25724.jpg", - imageAlt: "ayam ingkung kampung authentic", - }, - { - id: "3", - name: "Andi Wijaya", - date: "20 Mar 2024", - title: "Traveler", - quote: "Rasa autentik Jawa, harga terjangkau banget.", - tag: "Puas", - avatarSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552623.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/boiled-eggs-stir-fried-with-tamarind-sauce_1150-22251.jpg", - imageAlt: "paket nasi keluarga indonesian food", - }, - { - id: "4", - name: "Dewi Sartika", - date: "05 Apr 2024", - title: "Event Organizer", - quote: "Pelayanan sangat ramah dan sigap.", - tag: "Mantap", - avatarSrc: "http://img.b2bpic.net/free-photo/vintage-chairs-antique-store_23-2149640752.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-fillet-pieces-stick-served-with-shoestrings-arugula-sauce_140725-5756.jpg", - imageAlt: "indonesian traditional beverage es kelapa", - }, - { - id: "5", - name: "Hendra Pratama", - date: "10 Apr 2024", - title: "Mahasiswa", - quote: "Paling pas buat kumpul bareng teman-teman.", - tag: "Top!", - avatarSrc: "http://img.b2bpic.net/free-photo/close-up-executives-showing-thumbs-up_1098-1828.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-enjoying-cafe-while-talking-waiter_637285-579.jpg", - imageAlt: "happy indonesian family dining restaurant", - }, + { id: "1", name: "Budi Santoso", date: "12 Jan 2024", title: "Pelanggan Setia", quote: "Ayamnya empuk sekali, bumbu meresap sampai ke tulang.", tag: "Sangat Puas", avatarSrc: "http://img.b2bpic.net/free-photo/happy-couple-enjoying-cafe-while-talking-waiter_637285-579.jpg", imageSrc: "http://img.b2bpic.net/free-photo/chicken-tabacca-rosemary-with-boiled-egg_114579-2390.jpg" }, + { id: "2", name: "Siti Aminah", date: "15 Feb 2024", title: "Ibu Rumah Tangga", quote: "Tempat bersih, nyaman, cocok untuk arisan keluarga.", tag: "Recommended", avatarSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346508.jpg", imageSrc: "http://img.b2bpic.net/free-photo/green-curry-made-with-chicken-chili-basil-with-tomato-lime-kaffir-lime-leaves-garlic_1150-25724.jpg" }, ]} title="Apa Kata Mereka?" description="Kesan pelanggan mengenai masakan kami." @@ -241,38 +94,26 @@ export default function LandingPage() {
- console.log(email)} />
); -} +} \ No newline at end of file -- 2.49.1 From 0661981afcb97ce745d13f51697ade589517cdf7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 13:51:08 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 0fdb09b..e127b05 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fffefe; - --card: #f6f7f4; - --foreground: #080908; - --primary-cta: #0e3a29; + --background: #f6f0e9; + --card: #efe7dd; + --foreground: #2b180a; + --primary-cta: #2b180a; --primary-cta-text: #fffefe; - --secondary-cta: #e7eecd; + --secondary-cta: #efe7dd; --secondary-cta-text: #080908; - --accent: #35c18b; - --background-accent: #ecebe4; + --accent: #94877c; + --background-accent: #afa094; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1