9 Commits

Author SHA1 Message Date
b7baaa7861 Update src/app/page.tsx 2026-02-18 22:56:44 +00:00
624daca5fb Update src/app/shop/page.tsx 2026-02-18 22:54:18 +00:00
795bba2bc8 Update src/app/shop/[id]/page.tsx 2026-02-18 22:54:17 +00:00
792ef21aff Update src/app/page.tsx 2026-02-18 22:54:16 +00:00
cb0224abbe Update src/app/blog/page.tsx 2026-02-18 22:54:15 +00:00
fb283e9efb Merge version_5 into main
Merge version_5 into main
2026-02-18 22:52:18 +00:00
a56c989589 Merge version_5 into main
Merge version_5 into main
2026-02-18 22:49:20 +00:00
d87e730d96 Merge version_5 into main
Merge version_5 into main
2026-02-18 22:48:54 +00:00
926dc1ae0e Merge version_5 into main
Merge version_5 into main
2026-02-18 22:46:30 +00:00
4 changed files with 18 additions and 18 deletions

View File

@@ -91,4 +91,4 @@ export default function BlogPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -71,16 +71,16 @@ export default function LandingPage() {
buttonAnimation="slide-up"
ariaLabel="Proof Digital hero section"
marqueeItems={[
{ type: "text", text: "Google" },
{ type: "text", text: "Microsoft" },
{ type: "text", text: "Amazon" },
{ type: "text", text: "Apple" },
{ type: "text", text: "Meta" },
{ type: "text", text: "Tesla" },
{ type: "text", text: "Netflix" },
{ type: "text", text: "Spotify" },
{ type: "text", text: "Uber" },
{ type: "text", text: "Airbnb" }
{ type: "text", text: "Joe's Plumbing" },
{ type: "text", text: "Main Street Dental" },
{ type: "text", text: "City Repairs Auto" },
{ type: "text", text: "Local Café Co" },
{ type: "text", text: "Green Landscaping" },
{ type: "text", text: "Premier Hair Salon" },
{ type: "text", text: "Downtown Pizza" },
{ type: "text", text: "Family Daycare" },
{ type: "text", text: "Tech Startup Hub" },
{ type: "text", text: "Community Bank" }
]}
marqueeSpeed={30}
showMarqueeCard={true}
@@ -159,10 +159,10 @@ export default function LandingPage() {
author="Sarah Mitchell, CEO at TechVenture"
avatars={[
{
src: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?id=4013354", alt: "Sarah Mitchell"
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/uploaded-1771451737212-4avrq9r1.jpg", alt: "Sarah Mitchell"
},
{
src: "https://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?id=3952552", alt: "James Chen"
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/uploaded-1771451748068-qkncbaev.jpg", alt: "James Chen"
},
{
src: "https://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", alt: "Emma Rodriguez"
@@ -187,10 +187,10 @@ export default function LandingPage() {
<TeamCardTwo
members={[
{
id: "1", name: "Luke", role: "Team Member", description: "Dedicated to delivering exceptional results and driving digital innovation.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?id=4013354", imageAlt: "Luke"
id: "1", name: "Luke", role: "CEO", description: "Dedicated to delivering exceptional results and driving digital innovation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/uploaded-1771451737212-4avrq9r1.jpg", imageAlt: "Luke"
},
{
id: "2", name: "Caleb", role: "Team Member", description: "Passionate about creating beautiful and functional digital experiences.", imageSrc: "https://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?id=3952552", imageAlt: "Caleb"
id: "2", name: "Caleb", role: "CEO", description: "Passionate about creating beautiful and functional digital experiences.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/uploaded-1771451748068-qkncbaev.jpg", imageAlt: "Caleb"
}
]}
title="Meet Our Team"
@@ -298,4 +298,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -311,4 +311,4 @@ export default function ProductPage({ params }: ProductPageProps) {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -159,4 +159,4 @@ export default function ShopPage() {
</ReactLenis>
</ThemeProvider>
);
}
}