3 Commits

Author SHA1 Message Date
f740b4f581 Update src/app/page.tsx 2026-03-04 01:49:10 +00:00
53238d4b1b Update src/app/layout.tsx 2026-03-04 01:49:09 +00:00
86d7ff1ae7 Merge version_5 into main
Merge version_5 into main
2026-03-04 01:44:41 +00:00
2 changed files with 13 additions and 14 deletions

View File

@@ -3,7 +3,7 @@
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
@@ -11,7 +11,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterCard from '@/components/sections/footer/FooterCard'; import FooterCard from '@/components/sections/footer/FooterCard';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Award, Facebook, Heart, Instagram, Linkedin, Mail, Sparkles, Target, TrendingUp, Twitter, Users } from "lucide-react"; import { Award, Facebook, Heart, Instagram, Linkedin, Mail, Sparkles, Target, TrendingUp, Twitter, Users, ArrowRight } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -34,7 +34,6 @@ export default function LandingPage() {
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
{ name: "Portfolio", id: "portfolio" }, { name: "Portfolio", id: "portfolio" },
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Shop", id: "/shop" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
]} ]}
/> />
@@ -83,7 +82,7 @@ export default function LandingPage() {
</div> </div>
<div id="services" data-section="services"> <div id="services" data-section="services">
<FeatureCardEight <FeatureCardTwentySix
title="Our Core Services" title="Our Core Services"
description="Comprehensive marketing solutions designed to accelerate your business growth and brand presence" description="Comprehensive marketing solutions designed to accelerate your business growth and brand presence"
tag="What We Offer" tag="What We Offer"
@@ -91,17 +90,17 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
features={[ features={[
{ {
id: 1, title: "Social Media Marketing", description: "Strategic campaigns across all major platforms to engage your audience and build brand loyalty", imageSrc: "http://img.b2bpic.net/free-photo/social-media-marketing-concept-marketing-with-applications_23-2150063161.jpg", imageAlt: "Social media marketing campaigns", buttonIcon: ArrowRight,
title: "Social Media Marketing", description: "Strategic campaigns across all major platforms to engage your audience and build brand loyalty", imageSrc: "http://img.b2bpic.net/free-photo/social-media-marketing-concept-marketing-with-applications_23-2150063161.jpg", imageAlt: "Social media marketing campaigns"}, buttonHref: "#"},
{ {
id: 2, title: "Content Creation & Strategy", description: "Compelling storytelling that resonates with your audience and drives meaningful engagement", imageSrc: "http://img.b2bpic.net/free-photo/media-journalism-global-daily-news-content-concept_53876-123733.jpg", imageAlt: "Content creation and copywriting", buttonIcon: ArrowRight,
title: "Content Creation & Strategy", description: "Compelling storytelling that resonates with your audience and drives meaningful engagement", imageSrc: "http://img.b2bpic.net/free-photo/media-journalism-global-daily-news-content-concept_53876-123733.jpg", imageAlt: "Content creation and copywriting"}, buttonHref: "#"},
{ {
id: 3, title: "Performance Analytics", description: "Data-driven insights that measure results, optimize campaigns, and maximize ROI", imageSrc: "http://img.b2bpic.net/free-photo/employee-editing-documents-desktop-computer-office-desk_482257-126550.jpg", imageAlt: "Analytics and performance metrics", buttonIcon: ArrowRight,
title: "Performance Analytics", description: "Data-driven insights that measure results, optimize campaigns, and maximize ROI", imageSrc: "http://img.b2bpic.net/free-photo/employee-editing-documents-desktop-computer-office-desk_482257-126550.jpg", imageAlt: "Analytics and performance metrics"}, buttonHref: "#"},
{ {
id: 4, title: "Brand Development", description: "Full-service branding from identity design to brand voice that sets you apart", imageSrc: "http://img.b2bpic.net/free-vector/colorful-minimal-business-card-template_23-2148373393.jpg", imageAlt: "Brand identity and logo design", buttonIcon: ArrowRight,
title: "Brand Development", description: "Full-service branding from identity design to brand voice that sets you apart", imageSrc: "http://img.b2bpic.net/free-vector/colorful-minimal-business-card-template_23-2148373393.jpg", imageAlt: "Brand identity and logo design"}, buttonHref: "#"},
]} ]}
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}