From 7ca7527463cc76e647aee0ca524c3557a2ee4138 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 10:59:04 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 84 ++++++++++++------------------------------------ 1 file changed, 20 insertions(+), 64 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6435e35..3c97ecb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,10 +21,10 @@ export default function LandingPage() { borderRadius="soft" contentWidth="smallMedium" sizing="medium" - background="blurBottom" - cardStyle="gradient-mesh" - primaryButtonStyle="radial-glow" - secondaryButtonStyle="layered" + background="none" + cardStyle="solid" + primaryButtonStyle="flat" + secondaryButtonStyle="solid" headingFontWeight="bold" > @@ -37,41 +37,24 @@ export default function LandingPage() { { name: "Pricing", id: "/pricing" }, { name: "Contact", id: "#contact" }, ]} - brandName="Cosmic Crust" + brandName="Science Fiction Pizza" />
@@ -82,12 +65,7 @@ export default function LandingPage() { animationType="blur-reveal" textboxLayout="split" gridVariant="asymmetric-60-wide-40-narrow" - useInvertedBackground={false} - products={[ - { id: "1", brand: "Cosmic", name: "Supernova Margherita", price: "24 Credits", rating: 5, reviewCount: "10k+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-street-food-neon-light_23-2151571778.jpg", imageAlt: "sci-fi futuristic pizza" }, - { id: "2", brand: "Cosmic", name: "Titan Pepperoni Blast", price: "28 Credits", rating: 4, reviewCount: "8k+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150901007.jpg", imageAlt: "cyberpunk style food" }, - { id: "3", brand: "Cosmic", name: "Nebula Mushroom Delight", price: "26 Credits", rating: 5, reviewCount: "5k+", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-3d-alien-world_23-2151879021.jpg", imageAlt: "gourmet alien food" } - ]} + useInvertedBackground={true} title="Galactic Specials" description="Our signature pizzas from the deepest sectors of the culinary universe." /> @@ -98,12 +76,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" gridVariant="three-columns-all-equal-width" - useInvertedBackground={true} - features={[ - { title: "Laser Ovens", description: "Precision cooking at 4000 degrees.", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821280.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821284.jpg", buttonText: "See Tech" }, - { title: "Drone Delivery", description: "Sub-orbital delivery in under 5 minutes.", imageSrc: "http://img.b2bpic.net/free-photo/adult-person-interacting-with-futuristic-delivery-robot_23-2151210956.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-city-street-night-with-neon-lights-futuristic-aesthetic_23-2151488733.jpg", buttonText: "See Tech" }, - { title: "Nano-Ingredients", description: "Molecularly optimized nutrition and taste.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-arrangement-spanish-food_23-2149157431.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/person-using-ar-technology-their-daily-occupation_23-2151137301.jpg", buttonText: "See Tech" } - ]} + useInvertedBackground={false} title="Quantum Culinary Tech" description="Technological advancements that ensure every slice reaches peak cosmic flavor." /> @@ -112,12 +85,7 @@ export default function LandingPage() {
@@ -127,12 +95,7 @@ export default function LandingPage() { @@ -141,14 +104,7 @@ export default function LandingPage() {
@@ -170,10 +126,10 @@ export default function LandingPage() { { items: [{ label: "About", href: "#about" }, { label: "Menu", href: "#menu" }, { label: "Pricing", href: "/pricing" }, { label: "Privacy Policy", href: "#" }] }, { items: [{ label: "Contact", href: "#contact" }, { label: "Careers", href: "#" }, { label: "Locations", href: "#" }] } ]} - logoText="Cosmic Crust" + logoText="Science Fiction Pizza" />
); -} +} \ No newline at end of file -- 2.49.1 From ae57b326a5dd3cc1a50b635eddd76349f65ac7b4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 10:59:04 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 676c0e8..6c8e054 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f7f6f7; - --card: #ffffff; - --foreground: #0c1325; - --primary-cta: #0798ff; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #000000; + --primary-cta: #15479c; --primary-cta-text: #f7f6f7; --secondary-cta: #ffffff; --secondary-cta-text: #0c1325; - --accent: #93c7ff; - --background-accent: #a8cde8; + --accent: #000000; + --background-accent: #e2e2e2; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1