diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a89082..9d03ad0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; @@ -132,7 +132,7 @@ export default function LandingPage() { id: "testimonial-3", name: "Sophia Reynolds", role: "Marketing Director", company: "GrowthLab", rating: 4, imageSrc: "https://img.b2bpic.net/free-photo/two-office-workers-with-tablet-office-late-night-young-businessmen-talking-while-viewing-presentation-digital-touchscreen-tablet_549566-692.jpg", imageAlt: "Sophia Reynolds, Marketing Director at GrowthLab" } - ] + ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" title="What Our Clients Say" diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index d61f1ea..2d046af 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -89,14 +89,14 @@ function ProductPageContent({ params }: ProductPageProps) { >

Loading product...

@@ -162,50 +162,50 @@ function ProductPageContent({ 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, + }, + ]} + />
diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 84eb687..f19613f 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -32,14 +32,14 @@ function ShopPageContent() { >

Loading products...

@@ -64,25 +64,25 @@ function ShopPageContent() { >
- +