10 Commits

Author SHA1 Message Date
5ae7b7b75e Update src/app/page.tsx 2026-02-18 23:23:41 +00:00
2a28135157 Merge version_9 into main
Merge version_9 into main
2026-02-18 23:20:33 +00:00
b6804fb43f Update src/app/page.tsx 2026-02-18 23:20:29 +00:00
36cc953c8d Merge version_8 into main
Merge version_8 into main
2026-02-18 23:17:03 +00:00
1a4eb0ef1a Update src/app/shop/page.tsx 2026-02-18 23:16:58 +00:00
c4a51a8146 Update src/app/shop/[id]/page.tsx 2026-02-18 23:16:58 +00:00
014bae7b9d Update src/app/page.tsx 2026-02-18 23:16:57 +00:00
f0b45141b0 Update src/app/page.tsx 2026-02-18 23:14:43 +00:00
98da267c0d Merge version_7 into main
Merge version_7 into main
2026-02-18 23:12:44 +00:00
295f8f6c3c Merge version_7 into main
Merge version_7 into main
2026-02-18 23:10:06 +00:00
3 changed files with 25 additions and 24 deletions

View File

@@ -5,7 +5,6 @@ import HeroCentered from '@/components/sections/hero/HeroCentered';
import FeatureBento from '@/components/sections/feature/FeatureBento';
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
@@ -68,7 +67,7 @@ export default function LandingPage() {
text: "Schedule Consultation", href: "#contact"
}
]}
background={{ variant: "rotated-rays-static" }}
background={{ variant: "sparkles-gradient" }}
buttonAnimation="slide-up"
ariaLabel="Proof Digital hero section"
marqueeItems={[
@@ -154,26 +153,33 @@ export default function LandingPage() {
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
testimonials={[
<TestimonialCardFifteen
testimonial="Proof Digital transformed our online presence completely. Their strategic approach, attention to detail, and commitment to our success made all the difference. We've seen a 150% increase in qualified leads since launch."
rating={5}
author="Sarah Mitchell, CEO at TechVenture"
avatars={[
{
id: "1", name: "Sarah Mitchell", role: "CEO", company: "TechVenture", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/uploaded-1771451737212-4avrq9r1.jpg", imageAlt: "Sarah Mitchell", rating: 5
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/uploaded-1771451737212-4avrq9r1.jpg", alt: "Sarah Mitchell"
},
{
id: "2", name: "James Chen", role: "Founder", company: "StartupXYZ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/uploaded-1771451748068-qkncbaev.jpg", imageAlt: "James Chen", rating: 5
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/uploaded-1771451748068-qkncbaev.jpg", alt: "James Chen"
},
{
id: "3", name: "Emma Rodriguez", role: "Marketing Director", company: "Digital Solutions", imageSrc: "https://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Emma Rodriguez", rating: 5
src: "https://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", alt: "Emma Rodriguez"
},
{
src: "https://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", alt: "David Kim"
},
{
src: "https://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg", alt: "Lisa Thompson"
},
{
src: "https://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", alt: "Michael Zhang"
}
]}
title="What Our Clients Say"
description="Hear from the businesses that have transformed with Proof Digital."
tag="Testimonials"
tagIcon={Star}
textboxLayout="default"
animationType="slide-up"
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
useInvertedBackground={true}
gridVariant="uniform-all-items-equal"
/>
</div>

View File

@@ -90,8 +90,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{ name: "Portfolio", id: "portfolio" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Pricing", id: "pricing" },
{ name: "Team", id: "team" },
{ name: "Shop", id: "/shop" }
{ name: "Team", id: "team" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
@@ -159,8 +158,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{ name: "Portfolio", id: "portfolio" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Pricing", id: "pricing" },
{ name: "Team", id: "team" },
{ name: "Shop", id: "/shop" }
{ name: "Team", id: "team" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
@@ -235,8 +233,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{ name: "Portfolio", id: "portfolio" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Pricing", id: "pricing" },
{ name: "Team", id: "team" },
{ name: "Shop", id: "/shop" }
{ name: "Team", id: "team" }
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>

View File

@@ -40,8 +40,7 @@ export default function ShopPage() {
{ name: "Portfolio", id: "portfolio" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Pricing", id: "pricing" },
{ name: "Team", id: "team" },
{ name: "Shop", id: "/shop" }
{ name: "Team", id: "team" }
]}
button={{ text: "Cart", onClick: () => console.log("cart") }}
/>
@@ -108,8 +107,7 @@ export default function ShopPage() {
{ name: "Portfolio", id: "portfolio" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Pricing", id: "pricing" },
{ name: "Team", id: "team" },
{ name: "Shop", id: "/shop" }
{ name: "Team", id: "team" }
]}
button={{ text: "Cart", onClick: () => console.log("cart") }}
/>