Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1a4eb0ef1a | |||
| c4a51a8146 | |||
| 014bae7b9d | |||
| f0b45141b0 | |||
| 98da267c0d | |||
| 295f8f6c3c |
@@ -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>
|
||||
|
||||
|
||||
@@ -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) }}
|
||||
/>
|
||||
|
||||
@@ -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") }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user