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 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 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 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 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