diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index a6eb244..80f1cda 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -27,14 +27,14 @@ export default function BlogPage() { console.log('AI Analytics Dashboard clicked') }, - { id: "2", name: "E-commerce Platform Redesign", price: "View Case Study", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32T51L3BHE8qqE8rXXWBwMZaYtk/a-clean-laptop-screen-displaying-a-compl-1771737885003-da54267f.png?_wi=2", onProductClick: () => console.log('E-commerce Platform Redesign clicked') }, - { id: "3", name: "Mobile App for Fintech", price: "View Case Study", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32T51L3BHE8qqE8rXXWBwMZaYtk/a-stylish-brand-identity-presentation-fo-1771737884921-4cfa8dcb.png?_wi=2", onProductClick: () => console.log('Mobile App for Fintech clicked') } + { id: "1", name: "AI Analytics Dashboard", price: "View Case Study", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32T51L3BHE8qqE8rXXWBwMZaYtk/a-professional-3d-render-of-a-futuristic-1771737885691-b9c8f4ea.png", onProductClick: () => console.log('AI Analytics Dashboard clicked') }, + { id: "2", name: "E-commerce Platform Redesign", price: "View Case Study", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32T51L3BHE8qqE8rXXWBwMZaYtk/a-clean-laptop-screen-displaying-a-compl-1771737885003-da54267f.png", onProductClick: () => console.log('E-commerce Platform Redesign clicked') }, + { id: "3", name: "Mobile App for Fintech", price: "View Case Study", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32T51L3BHE8qqE8rXXWBwMZaYtk/a-stylish-brand-identity-presentation-fo-1771737884921-4cfa8dcb.png", onProductClick: () => console.log('Mobile App for Fintech clicked') } ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -126,8 +126,8 @@ export default function LandingPage() { className="py-16 md:py-24 lg:py-32" containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8" textBoxClassName="text-center" - titleClassName="text-3xl sm:text-4xl font-bold" - descriptionClassName="mt-4 text-lg text-foreground/70" + textBoxTitleClassName="text-3xl sm:text-4xl font-bold" + textBoxDescriptionClassName="mt-4 text-lg text-foreground/70" cardClassName="h-full" cardNameClassName="text-xl font-semibold mt-2" cardPriceClassName="text-base text-foreground/60" @@ -151,8 +151,8 @@ export default function LandingPage() { className="py-16 md:py-24 lg:py-32" containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8" textBoxClassName="text-center" - titleClassName="text-3xl sm:text-4xl font-bold" - descriptionClassName="mt-4 text-lg text-foreground/70" + textBoxTitleClassName="text-3xl sm:text-4xl font-bold" + textBoxDescriptionClassName="mt-4 text-lg text-foreground/70" nameClassName="text-2xl font-medium mt-4" roleClassName="text-base text-foreground/60" /> @@ -174,8 +174,8 @@ export default function LandingPage() { className="py-16 md:py-24 lg:py-32" containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8" textBoxClassName="text-center" - titleClassName="text-3xl sm:text-4xl font-bold" - descriptionClassName="mt-4 text-lg text-foreground/70" + textBoxTitleClassName="text-3xl sm:text-4xl font-bold" + textBoxDescriptionClassName="mt-4 text-lg text-foreground/70" quoteCardClassName="p-8 bg-card rounded-xl shadow-lg" testimonialTitleClassName="text-2xl font-semibold mb-4" quoteClassName="text-lg italic text-foreground/80 mb-6" diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index ad99db6..1a3c2a3 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -93,7 +93,7 @@ function ProductPageContent({ params }: ProductPageProps) { headingFontWeight="medium" > -