15 Commits

Author SHA1 Message Date
30711108e3 Merge version_2 into main
Merge version_2 into main
2026-03-29 09:43:05 +00:00
d49a683493 Update src/app/page.tsx 2026-03-29 09:43:02 +00:00
f3376b09dc Merge version_2 into main
Merge version_2 into main
2026-03-29 09:42:12 +00:00
be820585fc Update theme colors 2026-03-29 09:42:07 +00:00
96fe0d715e Merge version_2 into main
Merge version_2 into main
2026-03-29 09:41:47 +00:00
5887ca57fa Update theme colors 2026-03-29 09:41:42 +00:00
b0a81a192c Merge version_2 into main
Merge version_2 into main
2026-03-29 09:40:42 +00:00
381593d003 Update theme colors 2026-03-29 09:40:37 +00:00
603a77c5be Merge version_2 into main
Merge version_2 into main
2026-03-29 09:40:30 +00:00
13698f616e Update theme colors 2026-03-29 09:40:25 +00:00
1c8008f077 Merge version_2 into main
Merge version_2 into main
2026-03-29 08:59:12 +00:00
9e4a24d97c Update src/app/page.tsx 2026-03-29 08:59:09 +00:00
751ae416ac Merge version_1 into main
Merge version_1 into main
2026-03-29 08:49:31 +00:00
4cfd0dde0d Merge version_1 into main
Merge version_1 into main
2026-03-29 08:49:04 +00:00
c7ac458639 Merge version_1 into main
Merge version_1 into main
2026-03-29 08:48:38 +00:00
2 changed files with 13 additions and 36 deletions

View File

@@ -7,7 +7,6 @@ import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import TextAbout from '@/components/sections/about/TextAbout';
@@ -31,20 +30,18 @@ export default function LandingPage() {
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Experience", id: "experience" },
{ name: "Branches", id: "branches" },
]}
brandName="GARI WURANG"
brandName="G'RAI WURANG"
/>
</div>
<div id="hero" data-section="hero">
<HeroLogo
logoText="GARI WURANG"
logoText="G'RAI WURANG"
description="Modern Kopitiam Experience Like No Other. Comfort, nostalgia, and flavour — all in one place."
buttons={[
{ text: "View Menu", href: "#menu" },
{ text: "Find a Branch", href: "#branches" },
]}
imageSrc="http://img.b2bpic.net/free-photo/furniture-cofeee-shop_116348-48.jpg"
@@ -62,25 +59,6 @@ export default function LandingPage() {
/>
</div>
<div id="menu" data-section="menu">
<ProductCardThree
animationType="slide-up"
textboxLayout="split-description"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "p1", name: "Hainanese Chicken Chop", price: "RM 18.90", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-appetizing-dish-stuffed-cabbage-with-lemon-herbs-sauce-white-plate-bowls-with-sour-cream-herbs-rice-center-black-table_140725-110519.jpg"},
{
id: "p2", name: "Grilled Chicken Kerabu Rice", price: "RM 16.50", imageSrc: "http://img.b2bpic.net/free-photo/hot-spicy-grilled-pork-salad-with-berry-rice_1339-6324.jpg"},
{
id: "p3", name: "Signature Kopi-O Ice", price: "RM 4.50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hot-cup-pouring-from-red-kettle-brown-coffee-seeds-flowers-wooden-desk_140725-19240.jpg"},
]}
title="Signature Favorites"
description="Traditional recipes with a modern twist."
/>
</div>
<div id="experience" data-section="experience">
<FeatureCardSixteen
animationType="slide-up"
@@ -94,7 +72,7 @@ export default function LandingPage() {
items: [
"Nostalgic interior vibes", "Great for group chats", "Consistent quality assurance", "Friendly staff", "Warm lighting"],
}}
title="The Gari Wurang Experience"
title="The G'rai Wurang Experience"
description="Cozy, comfortable, and always welcoming."
/>
</div>
@@ -144,7 +122,6 @@ export default function LandingPage() {
{
items: [
{ label: "About Us", href: "#about" },
{ label: "Menu", href: "#menu" },
],
},
{
@@ -160,7 +137,7 @@ export default function LandingPage() {
],
},
]}
logoText="GARI WURANG"
logoText="GRAI WURANG"
/>
</div>
</ReactLenis>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f6f0e9;
--card: #efe7dd;
--foreground: #2b180a;
--primary-cta: #2b180a;
--primary-cta-text: #f6f0e9;
--secondary-cta: #efe7dd;
--secondary-cta-text: #2b180a;
--accent: #94877c;
--background-accent: #afa094;
--background: #fbf4df;
--card: #f9f9f9;
--foreground: #000f06e6;
--primary-cta: #95c2aa;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000f06e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);