From 036ebcc664f26dd5bb170a80ac55e3ab66140559 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 21:46:00 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 63 +++++++++++++++++++----------------------------- 1 file changed, 25 insertions(+), 38 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 37076ec..6208c6c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroLogo from '@/components/sections/hero/HeroLogo'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import { Beef, Cake, Utensils } from "lucide-react"; export default function LandingPage() { @@ -20,11 +20,11 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="medium" - background="circleGradient" + background="none" cardStyle="glass-elevated" - primaryButtonStyle="gradient" + primaryButtonStyle="flat" secondaryButtonStyle="glass" - headingFontWeight="normal" + headingFontWeight="semibold" >
@@ -83,14 +83,11 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" gridVariant="three-columns-all-equal-width" - useInvertedBackground={false} + useInvertedBackground={true} products={[ - { id: "p1", brand: "Burger", name: "Six Street Classic", price: "R$ 32,00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beef-burger-with-tasty-sauces_23-2148290625.jpg" }, - { id: "p2", brand: "Burger", name: "Street Bacon", price: "R$ 38,00", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/front-voew-sheeseburger-sweet-potato-fries_23-2148678819.jpg" }, - { id: "p3", brand: "Porção", name: "Batata Rústica", price: "R$ 25,00", rating: 4, reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/fried-potato-wedges-isolated-white-background_123827-33295.jpg" }, - { id: "p4", brand: "Burger", name: "Veggie Street", price: "R$ 35,00", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-lettuce-cheese-circular-wooden-board-table_23-2148165550.jpg" }, - { id: "p5", brand: "Burger", name: "Six Street Duplo", price: "R$ 45,00", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-menu-composition_23-2148614045.jpg" }, - { id: "p6", brand: "Doce", name: "Brownie Street", price: "R$ 15,00", rating: 5, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownie-portion-yellow-background_123827-27908.jpg" }, + { id: "p1", brand: "Burger", name: "Six Street Classic", price: "R$ 32,00", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CjKt434YCgoZCYvvWUro23flHO/uploaded-1776894346472-fin7lgxu.jpg" }, + { id: "p2", brand: "Burger", name: "Street Bacon", price: "R$ 38,00", rating: 5, reviewCount: "95", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CjKt434YCgoZCYvvWUro23flHO/uploaded-1776894346472-fin7lgxu.jpg" }, + { id: "p3", brand: "Porção", name: "Batata Rústica", price: "R$ 25,00", rating: 4, reviewCount: "80", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CjKt434YCgoZCYvvWUro23flHO/uploaded-1776894346472-fin7lgxu.jpg" }, ]} title="Destaques do Cardápio" description="Confira nossa seleção de produtos campeões de vendas." @@ -98,25 +95,25 @@ export default function LandingPage() {
-
); -} +} \ No newline at end of file -- 2.49.1 From 203e00c5786ffd29fc1eee5233481773a1785237 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 21:46:00 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b925f2a..85c09f6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f7f6f7; + --background: #f5f5f5; --card: #ffffff; - --foreground: #25190c; - --primary-cta: #ff6207; + --foreground: #1c1c1c; + --primary-cta: #1c1c1c; --primary-cta-text: #f7f6f7; --secondary-cta: #ffffff; --secondary-cta-text: #25190c; - --accent: #ffce93; - --background-accent: #e8cfa8; + --accent: #15479c; + --background-accent: #a8cce8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1