8 Commits

Author SHA1 Message Date
89d21e5cfe Merge version_4 into main
Merge version_4 into main
2026-06-03 08:30:13 +00:00
c95e4350a7 Update src/app/page.tsx 2026-06-03 08:30:10 +00:00
bd1736ec7c Merge version_3 into main
Merge version_3 into main
2026-06-03 08:25:03 +00:00
d483050f7a Update src/app/page.tsx 2026-06-03 08:25:00 +00:00
eecb80d545 Merge version_2 into main
Merge version_2 into main
2026-06-03 08:20:08 +00:00
814cf3272d Update src/app/page.tsx 2026-06-03 08:20:02 +00:00
918a64c7c0 Merge version_1 into main
Merge version_1 into main
2026-06-03 07:38:11 +00:00
0ebfe261f1 Merge version_1 into main
Merge version_1 into main
2026-06-03 07:37:16 +00:00

View File

@@ -2,16 +2,16 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import ContactText from "@/components/sections/contact/ContactText";
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import FeatureCardTwentyFour from "@/components/sections/feature/FeatureCardTwentyFour";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import ProductCardOne from "@/components/sections/product/ProductCardOne";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
import { Coffee, Heart, Home, Leaf, Star } from "lucide-react";
export default function LandingPage() {
@@ -84,8 +84,8 @@ export default function LandingPage() {
src: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6769.jpg", alt: "Beautiful young businesswoman"},
]}
avatarText="Loved by coffee enthusiasts worldwide!"
imageSrc="http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-preparing-cappuccino-coffee-machine_613910-1289.jpg"
imageAlt="Cozy coffee shop interior with barista"
imageSrc="https://images.unsplash.com/photo-1517048676732-d65bc937f952?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
imageAlt="Person enjoying coffee in an office setting"
mediaAnimation="slide-up"
marqueeItems={[
{
@@ -196,7 +196,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-670.jpg", imageAlt: "Sarah Johnson"},
{
id: "2", name: "Michael Chen", role: "Morning Commuter", company: "Tech Innovator", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/angry-tensed-businessman-wants-kill-someone-clenching-hands-teeth-looking-mad-camera-g_1258-162896.jpg", imageAlt: "Michael Chen"},
imageSrc: "http://img.b2bpic.net/free-photo/angry-tensed-businessman-wants-kill-someone-clenching-hands-teeth-looking-mad-camera-g_1258-162896.png", imageAlt: "Michael Chen"},
{
id: "3", name: "Emily Rodriguez", role: "Student", company: "City University", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-girls-restaurant_23-2148656020.jpg", imageAlt: "Emily Rodriguez"},
@@ -277,4 +277,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}