4 Commits

Author SHA1 Message Date
aaf5490bbb Update src/app/page.tsx 2026-04-27 19:35:31 +00:00
9273d765cd Update src/app/page.tsx 2026-04-27 19:35:07 +00:00
0da0327288 Merge version_2 into main
Merge version_2 into main
2026-04-27 19:26:33 +00:00
0f7d76677f Merge version_2 into main
Merge version_2 into main
2026-04-27 19:26:07 +00:00

View File

@@ -2,11 +2,12 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import { Monitor, Bot, Pencil, Video, Search, Share2 } from "lucide-react"; import { Monitor, Bot, Pencil, Video, Search, Share2, Sparkles } from "lucide-react";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import AboutMetric from '@/components/sections/about/AboutMetric'; import AboutMetric from '@/components/sections/about/AboutMetric';
import FeatureBento from '@/components/sections/feature/FeatureBento'; import FeatureBento from '@/components/sections/feature/FeatureBento';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import ContactText from '@/components/sections/contact/ContactText'; import ContactText from '@/components/sections/contact/ContactText';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
@@ -31,7 +32,7 @@ export default function LandingPage() {
navItems={[ navItems={[
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Services", id: "features" }, { name: "Services", id: "features" },
{ name: "Case Studies", id: "testimonials" }, { name: "Case Studies", id: "casestudies" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
]} ]}
brandName="Advertise Media" brandName="Advertise Media"
@@ -71,9 +72,25 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="casestudies" data-section="casestudies">
<FeatureCardTwentyThree
title="Our Work In Motion"
description="Real-world case studies showcasing impactful visual storytelling."
animationType="blur-reveal"
textboxLayout="split"
useInvertedBackground={false}
features={[
{ id: "1", title: "Divineasoul", tags: ["Crystals", "Stones", "E-commerce"], videoSrc: "https://www.w3schools.com/howto/rain.mp4?_wi=1", videoAriaLabel: "Divineasoul crystals promo" },
{ id: "2", title: "Wedmee", tags: ["Photography", "Videography", "Events"], videoSrc: "https://www.w3schools.com/howto/rain.mp4?_wi=2", videoAriaLabel: "Wedmee wedding cinematic" },
{ id: "3", title: "Atmos Spa", tags: ["Luxury", "Spa", "Wellness"], videoSrc: "https://www.w3schools.com/howto/rain.mp4?_wi=3", videoAriaLabel: "Atmos Spa experience" },
{ id: "4", title: "Aarogya Clinics", tags: ["Medical", "Health", "Doctor"], videoSrc: "https://www.w3schools.com/howto/rain.mp4?_wi=4", videoAriaLabel: "Aarogya clinics presentation" },
]}
/>
</div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen <TestimonialCardThirteen
title="Case Studies & Results" title="Client Results"
description="See how we accelerate growth for premium brands." description="See how we accelerate growth for premium brands."
animationType="depth-3d" animationType="depth-3d"
showRating={true} showRating={true}