4 Commits

Author SHA1 Message Date
ece49abe71 Merge version_3 into main
Merge version_3 into main
2026-05-09 13:38:02 +00:00
7279e0300f Update src/app/styles/variables.css 2026-05-09 13:37:59 +00:00
cfff407442 Update src/app/page.tsx 2026-05-09 13:37:58 +00:00
22b767e719 Merge version_2 into main
Merge version_2 into main
2026-05-09 13:34:55 +00:00
2 changed files with 16 additions and 22 deletions

View File

@@ -9,7 +9,7 @@ import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestim
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
export default function LandingPage() {
@@ -106,30 +106,24 @@ export default function LandingPage() {
</div>
<div id="menu" data-section="menu">
<ProductCardTwo
<ProductCardThree
animationType="slide-up"
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "1", name: "Classic Gourmet Burger", price: "$15", rating: 5,
reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-potatoes-tasty-french-fries-with-greens-seasonings-dark-surface_140725-115277.jpg", brand: "Signature", onProductClick: () => window.location.href = '#contact'},
id: "1", name: "Classic Gourmet Burger", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-potatoes-tasty-french-fries-with-greens-seasonings-dark-surface_140725-115277.jpg", onProductClick: () => console.log('Order Classic Burger')},
{
id: "2", name: "Garden Fresh Fusion", price: "$12", rating: 4,
reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/pink-plate-mincemeat-with-peas-herbs_114579-86405.jpg", brand: "Salads", onProductClick: () => window.location.href = '#contact'},
id: "2", name: "Garden Fresh Fusion", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/pink-plate-mincemeat-with-peas-herbs_114579-86405.jpg", onProductClick: () => console.log('Order Salad')},
{
id: "3", name: "Velvet Chocolate Tart", price: "$8", rating: 5,
reviewCount: "205", imageSrc: "http://img.b2bpic.net/free-photo/person-holding-lamb-ribs-dish_23-2148516949.jpg", brand: "Desserts", onProductClick: () => window.location.href = '#contact'},
id: "3", name: "Velvet Chocolate Tart", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/person-holding-lamb-ribs-dish_23-2148516949.jpg", onProductClick: () => console.log('Order Tart')},
{
id: "4", name: "Authentic Pesto Pasta", price: "$18", rating: 5,
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-pasta-wooden-table-with-decorative-bicycle-pizza-box_181624-19177.jpg", brand: "Pasta", onProductClick: () => window.location.href = '#contact'},
id: "4", name: "Authentic Pesto Pasta", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-pasta-wooden-table-with-decorative-bicycle-pizza-box_181624-19177.jpg", onProductClick: () => console.log('Order Pasta')},
{
id: "5", name: "Grilled Steak Special", price: "$28", rating: 5,
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510944.jpg", brand: "Grill", onProductClick: () => window.location.href = '#contact'},
id: "5", name: "Grilled Steak Special", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510944.jpg", onProductClick: () => console.log('Order Steak')},
{
id: "6", name: "Spiced Garlic Bites", price: "$10", rating: 4,
reviewCount: "77", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-cabbage-salad-inside-plate-dark-background_140725-136878.jpg", brand: "Starters", onProductClick: () => window.location.href = '#contact'},
id: "6", name: "Spiced Garlic Bites", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-cabbage-salad-inside-plate-dark-background_140725-136878.jpg", onProductClick: () => console.log('Order Bites')},
]}
title="Our Signature Dishes"
description="Hand-picked favorites crafted with care and premium ingredients."
@@ -248,4 +242,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f4ef;
--card: #dad6cd;
--foreground: #2a2928;
--primary-cta: #2a2928;
--background: #fbfaff;
--card: #f7f5ff;
--foreground: #0f0022;
--primary-cta: #8b5cf6;
--primary-cta-text: #f5f4ef;
--secondary-cta: #ecebea;
--secondary-cta: #ffffff;
--secondary-cta-text: #2a2928;
--accent: #ffffff;
--background-accent: #c6b180;
--accent: #d8cef5;
--background-accent: #c4a8f9;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);