Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7777ff7464 | |||
| 62ca9eccc6 | |||
| b4e061a216 | |||
| a03651a19e | |||
| 80db5bebcb | |||
| b234866e7d |
@@ -11,7 +11,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp
|
|||||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||||
import { Award, CheckCircle, Zap } from "lucide-react";
|
import { Award, CheckCircle, Zap } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -100,19 +100,17 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardTwo
|
<TestimonialCardFifteen
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonial="The team at WebBuild Pros delivered exactly what we needed to take our business to the next level. Their process is transparent, authentic, and results-oriented."
|
||||||
{ id: "1", name: "Sarah J.", role: "CEO", testimonial: "Exceptional work! My business grew significantly with the new site.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-time-me-please_329181-17310.jpg", imageAlt: "professional client portrait smile" },
|
rating={5}
|
||||||
{ id: "2", name: "Michael C.", role: "Director", testimonial: "Professional, fast, and responsive. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5370.jpg", imageAlt: "professional male client portrait" },
|
author="Alex R., Creative Lead"
|
||||||
{ id: "3", name: "Emily R.", role: "Marketing", testimonial: "They truly understand our branding and delivery was seamless.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", imageAlt: "professional office client portrait" },
|
avatars={[
|
||||||
{ id: "4", name: "David K.", role: "Founder", testimonial: "The best investment for my company this year.", imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-cup-coffee_23-2149330971.jpg", imageAlt: "business executive portrait professional" },
|
{ src: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", alt: "client avatar" },
|
||||||
{ id: "5", name: "Laura S.", role: "Manager", testimonial: "Efficient workflow and stunning design results.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-blue-jacket_23-2149020770.jpg", imageAlt: "creative business owner portrait" },
|
{ src: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5370.jpg", alt: "client avatar" }
|
||||||
]}
|
]}
|
||||||
title="Client Success"
|
ratingAnimation="blur-reveal"
|
||||||
description="What our clients say about us."
|
avatarsAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -122,9 +120,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{ id: "starter", badge: "Essential", price: "$1,999", subtitle: "Perfect for new businesses", features: ["Landing Page", "Mobile Optimized", "Standard SEO"], buttons: [{ text: "Contact Us", href: "#contact" }] },
|
{ id: "starter", badge: "Essential", price: "$1,000", subtitle: "Perfect for new businesses", features: ["Landing Page", "Mobile Optimized", "Standard SEO"], buttons: [{ text: "Contact Us", href: "#contact" }] },
|
||||||
{ id: "pro", badge: "Popular", price: "$4,999", subtitle: "Great for growing companies", features: ["Full Website", "Custom UI", "Advanced SEO", "Support"], buttons: [{ text: "Contact Us", href: "#contact" }] },
|
{ id: "pro", badge: "Popular", price: "$2,000", subtitle: "Great for growing companies", features: ["Full Website", "Custom UI", "Advanced SEO", "Support"], buttons: [{ text: "Contact Us", href: "#contact" }] },
|
||||||
{ id: "premium", badge: "Enterprise", price: "$9,999+", subtitle: "For established brands", features: ["Custom App", "E-commerce", "Full Maintenance", "24/7 Priority"], buttons: [{ text: "Contact Us", href: "#contact" }] },
|
{ id: "premium", badge: "Enterprise", price: "$4,000", subtitle: "For established brands", features: ["Custom App", "E-commerce", "Full Maintenance", "24/7 Priority"], buttons: [{ text: "Contact Us", href: "#contact" }] },
|
||||||
]}
|
]}
|
||||||
title="Pricing Plans"
|
title="Pricing Plans"
|
||||||
description="Choose the perfect package for your project."
|
description="Choose the perfect package for your project."
|
||||||
@@ -174,4 +172,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user