7 Commits

Author SHA1 Message Date
9dda850c6d Merge version_4 into main
Merge version_4 into main
2026-06-11 05:06:52 +00:00
cd3ecdcab4 Update src/app/page.tsx 2026-06-11 05:06:46 +00:00
295cd3527b Merge version_3 into main
Merge version_3 into main
2026-06-11 05:02:48 +00:00
995d032954 Update src/app/page.tsx 2026-06-11 05:02:42 +00:00
821e165b84 Merge version_2 into main
Merge version_2 into main
2026-06-11 04:39:16 +00:00
706ee23c54 Update src/app/page.tsx 2026-06-11 04:39:13 +00:00
c22c6e05d6 Merge version_1 into main
Merge version_1 into main
2026-06-11 04:29:59 +00:00

View File

@@ -12,10 +12,16 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { Lightbulb, ShoppingCart, Sparkles, TrendingUp, Users, Zap } from "lucide-react";
export default function LandingPage() {
const handleEmailSubmit = (email: string) => {
console.log(`Sending email from ${email} to casreid15@gmail.com`);
alert(`Thank you for your submission! We'll reach out to you at ${email}.`);
// In a real application, you would send this email to a backend API
// or use a third-party service like Formspree, EmailJS, etc.
};
return (
<ThemeProvider
defaultButtonVariant="shift-hover"
@@ -39,8 +45,6 @@ export default function LandingPage() {
name: "Services", id: "#services"},
{
name: "Pricing", id: "#pricing"},
{
name: "Testimonials", id: "#testimonials"},
{
name: "FAQ", id: "#faq"},
]}
@@ -61,8 +65,6 @@ export default function LandingPage() {
buttons={[
{
text: "Get a Free Quote", href: "#contact"},
{
text: "See Our Work", href: "#services"},
]}
mediaItems={[
{
@@ -186,27 +188,6 @@ export default function LandingPage() {
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "1", name: "Sarah Johnson", date: "May 2024", title: "Boosted Our Online Sales Dramatically!", quote: "Digital Spark built us an incredible e-commerce site. Our sales have never been better, and the customer support is outstanding. Highly recommend!", tag: "E-commerce", avatarSrc: "http://img.b2bpic.net/free-photo/young-person-delivering-parcel-with-van_1048-17815.jpg", avatarAlt: "Sarah Johnson avatar", imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", imageAlt: "Sarah Johnson"},
{
id: "2", name: "Michael Chen", date: "April 2024", title: "Professional and Easy to Work With", quote: "Cassius and his team created a beautiful, functional website for my restaurant. The process was smooth, and they truly understood my vision.", tag: "Restaurant", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-man-wearing-glasses_23-2149439986.jpg", avatarAlt: "Michael Chen avatar", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg", imageAlt: "Michael Chen"},
{
id: "3", name: "Emily Rodriguez", date: "March 2024", title: "Exceptional SEO Results for My Boutique", quote: "Our boutique now consistently ranks higher on Google, thanks to Digital Spark's SEO expertise. More traffic, more customers!", tag: "Retail", avatarSrc: "http://img.b2bpic.net/free-vector/software-company-team_23-2147539419.jpg", avatarAlt: "Emily Rodriguez avatar", imageSrc: "http://img.b2bpic.net/free-photo/business-concept-portrait-handsome-business-man-playing-digital-notebook-with-smiling-confident-face-white-backgroundcopy-space_1258-103939.jpg", imageAlt: "Emily Rodriguez"},
{
id: "4", name: "David Kim", date: "February 2024", title: "Reliable and Fast Website Development", quote: "I needed a new website for my plumbing business quickly, and Digital Spark delivered. It looks great and works perfectly on all devices.", tag: "Local Service", avatarSrc: "http://img.b2bpic.net/free-vector/family-avatars_23-2147514773.jpg", avatarAlt: "David Kim avatar", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1671.jpg", imageAlt: "David Kim"},
{
id: "5", name: "Jessica Lee", date: "January 2024", title: "Transformed My Online Presence!", quote: "Digital Spark completely revamped my old website. It's now modern, engaging, and truly reflects my brand. Couldn't be happier!", tag: "Brand Identity", avatarSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-doubtful-bearded-man-with-ginger-hair-beard-purses-lips-looks-confusingly-hears-puzzled-news-has-specific-appearance-wears-yellow-hoodie-spectacles_273609-42235.jpg", avatarAlt: "Jessica Lee avatar", imageSrc: "http://img.b2bpic.net/free-photo/funny-smiling-woman-with-ringlets-wears-glasses-blue-jacket-poses-pink_291650-1102.jpg", imageAlt: "Jessica Lee"},
]}
title="What Our Clients Say About Digital Spark"
description="Hear directly from local businesses who have seen their online presence transform."
/>
</div>
<div id="social-proof" data-section="social-proof">
<SocialProofOne
textboxLayout="default"
@@ -252,6 +233,7 @@ export default function LandingPage() {
inputPlaceholder="Enter your email"
buttonText="Send Message"
termsText="Owner: Cassius Reid | Email: casreid15@gmail.com | Phone: 301-404-2665"
onSubmit={handleEmailSubmit}
/>
</div>
@@ -268,7 +250,7 @@ export default function LandingPage() {
{
label: "SEO Optimization", href: "#services"},
{
label: "E-commerce", href: "#services"},
"label": "E-commerce", "href": "#services"},
{
label: "Maintenance", href: "#services"},
],
@@ -279,8 +261,6 @@ export default function LandingPage() {
label: "About Us", href: "#about"},
{
label: "Pricing", href: "#pricing"},
{
label: "Testimonials", href: "#testimonials"},
{
label: "FAQ", href: "#faq"},
],
@@ -304,4 +284,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}