From 2b8775bb488e6ec07c77f13451b8cd24be062358 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 09:50:09 +0000 Subject: [PATCH 1/5] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index c376aca..54fa6f8 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -89,4 +89,4 @@ export default function BlogPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 70bb72728cc8a9658b1e6dfbacd68c98ef76f35a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 09:50:10 +0000 Subject: [PATCH 2/5] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index dd52158..368ab0a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1321,4 +1321,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 817c91124e8a1344b026e49b880145c17295d70c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 09:50:10 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 17c2d9a..6694013 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -143,7 +143,7 @@ export default function LandingPage() { } ]} title="Client Testimonials" - description: "Hear from brands and entrepreneurs who've transformed their presence with our video production." + description="Hear from brands and entrepreneurs who've transformed their presence with our video production." textboxLayout="default" useInvertedBackground={false} /> @@ -186,7 +186,14 @@ export default function LandingPage() { id: "3", title: "Do you handle post-production and editing?", content: "Yes, we handle the complete production pipeline including color grading, sound design, and motion graphics." } ]} - imageSrc: "https://img.b2bpic.net/free-photo/young-filmmaker-working-media-post-production-from-agency-office_482257-119708.jpg", imageAlt: "Video production workspace", mediaAnimation: "slide-up", title: "Frequently Asked Questions", description: "Everything you need to know about working with Move and Movie.", textboxLayout: "default", faqsAnimation: "slide-up", useInvertedBackground: false + imageSrc="https://img.b2bpic.net/free-photo/young-filmmaker-working-media-post-production-from-agency-office_482257-119708.jpg" + imageAlt="Video production workspace" + mediaAnimation="slide-up" + title="Frequently Asked Questions" + description="Everything you need to know about working with Move and Movie." + textboxLayout="default" + faqsAnimation="slide-up" + useInvertedBackground={false} /> @@ -234,4 +241,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From f52e366ebadb74e72602b2a23d0f1cbe0a04a1a9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 09:50:11 +0000 Subject: [PATCH 4/5] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 172 ++++++++++++++++++------------------- 1 file changed, 86 insertions(+), 86 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index ed4ae8a..035376b 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -82,33 +82,33 @@ export default function ProductPage({ params }: ProductPageProps) { >

Loading product...

@@ -157,15 +157,15 @@ export default function ProductPage({ params }: ProductPageProps) { @@ -187,68 +187,68 @@ export default function ProductPage({ params }: ProductPageProps) { >
- 0 ? variants : undefined} - quantity={quantityVariant} - ribbon={meta.ribbon} - inventoryStatus={meta.inventoryStatus} - inventoryQuantity={meta.inventoryQuantity} - sku={meta.sku} - buttons={[ - { text: "Add To Cart", onClick: handleAddToCart }, - { text: "Buy Now", onClick: handleBuyNow }, - ]} - /> + 0 ? variants : undefined} + quantity={quantityVariant} + ribbon={meta.ribbon} + inventoryStatus={meta.inventoryStatus} + inventoryQuantity={meta.inventoryQuantity} + sku={meta.sku} + buttons={[ + { text: "Add To Cart", onClick: handleAddToCart }, + { text: "Buy Now", onClick: handleBuyNow }, + ]} + />
- setCartOpen(false)} - items={cartItems} - onQuantityChange={updateQuantity} - onRemove={removeItem} - total={`$${cartTotal}`} - buttons={[ - { - text: isCheckoutLoading ? "Processing..." : "Check Out", onClick: handleCheckout, - }, - ]} - /> + setCartOpen(false)} + items={cartItems} + onQuantityChange={updateQuantity} + onRemove={removeItem} + total={`$${cartTotal}`} + buttons={[ + { + text: isCheckoutLoading ? "Processing..." : "Check Out", onClick: handleCheckout, + }, + ]} + />
); -} +} \ No newline at end of file -- 2.49.1 From 431dc93795cc29d18a835d9f07bdc6168d7234bb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 09:50:12 +0000 Subject: [PATCH 5/5] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 108 +++++++++++++++++++++--------------------- 1 file changed, 54 insertions(+), 54 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index c2a30b7..ddff5d2 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -32,33 +32,33 @@ export default function ShopPage() { >

Loading products...

@@ -80,43 +80,43 @@ export default function ShopPage() { >
- +
); -} +} \ No newline at end of file -- 2.49.1