From 3bfaef8b0785030586ddfdb3ef278dea37c76895 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 20:08:16 +0000 Subject: [PATCH 1/5] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 141d08b..40a3b89 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -10,16 +10,6 @@ import { useBlogPosts } from "@/hooks/useBlogPosts"; export default function BlogPage() { const { posts, isLoading } = useBlogPosts(); - const WHATNOT_LINK = "https://www.whatnot.com/live/glowtheory"; - const navItems = [ - { name: "Home", id: "/" }, - { name: "About", id: "/#about" }, - { name: "Live Shows", id: "/#live-shows" }, - { name: "Bundles", id: "/#bundles" }, - { name: "Reviews", id: "/#reviews" }, - { name: "Contact", id: "/#contact-support" } - ]; - return ( @@ -76,4 +68,4 @@ export default function BlogPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 776129b0d947ef95625616e3070927a4b0a1fa32 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 20:08:17 +0000 Subject: [PATCH 2/5] Update src/app/layout.tsx --- src/app/layout.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9c49a42..d2497f3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -12,12 +12,12 @@ export const metadata: Metadata = { title: "Glow Theory - Premium Beauty Wholesale Live Selling", description: "Elevate your glow with Glow Theory, your Miami-based source for luxury beauty, skincare, fragrance, and cosmetic reseller bundles through live shows on Whatnot.", openGraph: { title: "Glow Theory - Premium Beauty Wholesale Live Selling", description: "Elevate your glow with Glow Theory, your Miami-based source for luxury beauty, skincare, fragrance, and cosmetic reseller bundles through live shows on Whatnot.", url: "https://glowtheory.com", siteName: "Glow Theory", images: [ { - url: "https://img.b2bpic.net/free-photo/minimal-assortment-beauty-products_23-2148961325.jpg", alt: "Glow Theory beauty products with a soft pink glow"} + url: "https://img.b2bpic.net/free-photo/minimal-assortment-beauty-products_23-2148961325.jpg", alt: "Glow Theory beauty products with a soft pink glow"}, ], type: "website"}, twitter: { - card: "summary_large_image", title: "Glow Theory - Premium Beauty Wholesale Live Selling", description: "Elevate your glow with Glow Theory, your Miami-based source for luxury beauty, skincare, fragrance, and cosmetic reseller bundles through live shows on Whatnot.", images: ["https://img.b2bpic.net/free-photo/minimal-assortment-beauty-products_23-2148961325.jpg"] - } + card: "summary_large_image", title: "Glow Theory - Premium Beauty Wholesale Live Selling", description: "Elevate your glow with Glow Theory, your Miami-based source for luxury beauty, skincare, fragrance, and cosmetic reseller bundles through live shows on Whatnot.", images: ["https://img.b2bpic.net/free-photo/minimal-assortment-beauty-products_23-2148961325.jpg"], + }, }; export default function RootLayout({ @@ -1404,4 +1404,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 0a3cd391f2df95a19ff415f2e3475625b645f444 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 20:08:18 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b3e5266..253ebd8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,15 +12,6 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { CalendarCheck, Mail, MessageSquare, Sparkles, Timer, Tv } from "lucide-react"; export default function LandingPage() { - const WHATNOT_LINK = "https://www.whatnot.com/live/glowtheory"; - const navItems = [ - { name: "About", id: "about" }, - { name: "Live Shows", id: "live-shows" }, - { name: "Bundles", id: "bundles" }, - { name: "Reviews", id: "reviews" }, - { name: "Contact", id: "contact-support" } - ]; - return ( @@ -51,7 +47,7 @@ export default function LandingPage() { title="Glow Theory" description="Elevate Your Glow" background={{ variant: "radial-gradient" }} - buttons={[{ text: "Join Our Live Show", href: WHATNOT_LINK }]} + buttons={[{ text: "Join Our Live Show", href: "https://www.whatnot.com/s/xeIJ5XNt" }]} mediaItems={[ { imageSrc: "https://img.b2bpic.net/free-photo/minimal-assortment-beauty-products_23-2148961325.jpg?_wi=1", imageAlt: "Beauty products with a soft pink glow" }, { imageSrc: "https://img.b2bpic.net/free-photo/minimal-assortment-beauty-products_23-2148961325.jpg?_wi=2", imageAlt: "Beauty products with a soft pink glow" }, @@ -183,7 +179,7 @@ export default function LandingPage() { iconContainerClassName="!bg-[--primary-cta] !text-[--primary-cta-text] rounded-full p-4 shadow-md" cardTitleClassName="text-xl md:text-2xl font-semibold mt-4" cardDescriptionClassName="text-md md:text-lg font-light text-balance" - buttons={[{ text: "Join The Glow Fam", href: "#contact-support" }]} + buttons={[{ text: "Join The Glow Fam", href: "#contact-support" }]} buttonAnimation="slide-up" /> @@ -219,7 +215,7 @@ export default function LandingPage() {
@@ -147,12 +137,11 @@ function ProductPageContent({ params }: ProductPageProps) {
@@ -200,12 +189,11 @@ function ProductPageContent({ params }: ProductPageProps) {
@@ -257,4 +245,4 @@ function ProductPageContent({ params }: ProductPageProps) { ); -} +} \ No newline at end of file -- 2.49.1 From 417ca64eb2cdeca63923321ec29d89fba2e42776 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 20:08:19 +0000 Subject: [PATCH 5/5] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index c31ac46..fd8ab17 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -30,7 +30,10 @@ function ShopPageContent() { getCheckoutItems, } = useCart(); - const { checkout, isLoading: isCheckoutLoading } = useCheckout(); + const { + checkout, + isLoading: isCheckoutLoading + } = useCheckout(); const handleCheckout = useCallback(async () => { if (cartItems.length === 0) return; @@ -41,15 +44,6 @@ function ShopPageContent() { await checkout(getCheckoutItems(), { successUrl: currentUrl.toString() }); }, [cartItems, checkout, getCheckoutItems]); - const navItems = [ - { name: "Home", id: "/" }, - { name: "About", id: "/#about" }, - { name: "Live Shows", id: "/#live-shows" }, - { name: "Bundles", id: "/#bundles" }, - { name: "Reviews", id: "/#reviews" }, - { name: "Contact", id: "/#contact-support" } - ]; - if (isLoading) { return ( setCartOpen(true) }} className="py-4 px-6 md:px-8" buttonClassName="shadow-md !bg-[--primary-cta] !text-[--primary-cta-text]" buttonTextClassName="font-medium" - menuButtonClassName="!text-[--accent]" />
@@ -113,12 +106,11 @@ function ShopPageContent() {
-- 2.49.1