From 2510a1f583958ad3e42a9304109d54bef9a364a9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 15:04:42 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 194 +++++++++++++++++++++++++---------------------- 1 file changed, 102 insertions(+), 92 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c91753..0aca884 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import FaqBase from "@/components/sections/faq/FaqBase"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBase from "@/components/sections/footer/FooterBase"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; -import { Sparkles, ArrowUpRight, Coffee, Droplets, Gem, Palette, Award, Users, TrendingUp } from "lucide-react"; +import { Sparkles, ArrowUpRight, Gem, Palette, Award, Users, TrendingUp } from "lucide-react"; export default function GlassStorePage() { return ( @@ -40,54 +40,58 @@ export default function GlassStorePage() { ]} button={{ text: "Shop Now", href: "#collections" }} /> - - +
+ +
+
+ +
@@ -148,62 +152,68 @@ export default function GlassStorePage() { items: ["Mouth-blown premium quality", "Non-toxic, food-grade glass", "Signature artisan silhouettes", "Secure, sustainable shipping"], }} /> - - - +
+ +
+
+ +
+
+ +
Date: Thu, 9 Apr 2026 15:04:42 +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 858b8d0..0f3f900 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #161616; - --foreground: #f0f0f0; - --primary-cta: #ffffff; + --background: #fafffb; + --card: #f7fffa; + --foreground: #001a0a; + --primary-cta: #0a7039; --primary-cta-text: #0a0a0a; - --secondary-cta: #1e1e1e; + --secondary-cta: #ffffff; --secondary-cta-text: #e0e0e0; - --accent: #d0d0d0; - --background-accent: #9a9a9a; + --accent: #a8d9be; + --background-accent: #6bbf8e; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1