Compare commits
19 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1a4eb0ef1a | |||
| c4a51a8146 | |||
| 014bae7b9d | |||
| f0b45141b0 | |||
| 98da267c0d | |||
| b1efec21e7 | |||
| 295f8f6c3c | |||
| 4575771d32 | |||
| 9bc9950056 | |||
| b7baaa7861 | |||
| 4ed5895882 | |||
| 624daca5fb | |||
| 795bba2bc8 | |||
| 792ef21aff | |||
| cb0224abbe | |||
| fb283e9efb | |||
| a56c989589 | |||
| d87e730d96 | |||
| 926dc1ae0e |
@@ -67,20 +67,20 @@ export default function LandingPage() {
|
|||||||
text: "Schedule Consultation", href: "#contact"
|
text: "Schedule Consultation", href: "#contact"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
background={{ variant: "rotated-rays-static" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
ariaLabel="Proof Digital hero section"
|
ariaLabel="Proof Digital hero section"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{ type: "text", text: "Google" },
|
{ type: "text", text: "Joe's Plumbing" },
|
||||||
{ type: "text", text: "Microsoft" },
|
{ type: "text", text: "Main Street Dental" },
|
||||||
{ type: "text", text: "Amazon" },
|
{ type: "text", text: "City Repairs Auto" },
|
||||||
{ type: "text", text: "Apple" },
|
{ type: "text", text: "Local Café Co" },
|
||||||
{ type: "text", text: "Meta" },
|
{ type: "text", text: "Green Landscaping" },
|
||||||
{ type: "text", text: "Tesla" },
|
{ type: "text", text: "Premier Hair Salon" },
|
||||||
{ type: "text", text: "Netflix" },
|
{ type: "text", text: "Downtown Pizza" },
|
||||||
{ type: "text", text: "Spotify" },
|
{ type: "text", text: "Family Daycare" },
|
||||||
{ type: "text", text: "Uber" },
|
{ type: "text", text: "Tech Startup Hub" },
|
||||||
{ type: "text", text: "Airbnb" }
|
{ type: "text", text: "Community Bank" }
|
||||||
]}
|
]}
|
||||||
marqueeSpeed={30}
|
marqueeSpeed={30}
|
||||||
showMarqueeCard={true}
|
showMarqueeCard={true}
|
||||||
@@ -159,10 +159,10 @@ export default function LandingPage() {
|
|||||||
author="Sarah Mitchell, CEO at TechVenture"
|
author="Sarah Mitchell, CEO at TechVenture"
|
||||||
avatars={[
|
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"
|
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
|
<TeamCardTwo
|
||||||
members={[
|
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"
|
title="Meet Our Team"
|
||||||
|
|||||||
@@ -90,8 +90,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
|||||||
{ name: "Portfolio", id: "portfolio" },
|
{ name: "Portfolio", id: "portfolio" },
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
{ name: "Pricing", id: "pricing" },
|
{ name: "Pricing", id: "pricing" },
|
||||||
{ name: "Team", id: "team" },
|
{ name: "Team", id: "team" }
|
||||||
{ name: "Shop", id: "/shop" }
|
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||||
/>
|
/>
|
||||||
@@ -159,8 +158,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
|||||||
{ name: "Portfolio", id: "portfolio" },
|
{ name: "Portfolio", id: "portfolio" },
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
{ name: "Pricing", id: "pricing" },
|
{ name: "Pricing", id: "pricing" },
|
||||||
{ name: "Team", id: "team" },
|
{ name: "Team", id: "team" }
|
||||||
{ name: "Shop", id: "/shop" }
|
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||||
/>
|
/>
|
||||||
@@ -235,8 +233,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
|||||||
{ name: "Portfolio", id: "portfolio" },
|
{ name: "Portfolio", id: "portfolio" },
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
{ name: "Pricing", id: "pricing" },
|
{ name: "Pricing", id: "pricing" },
|
||||||
{ name: "Team", id: "team" },
|
{ name: "Team", id: "team" }
|
||||||
{ name: "Shop", id: "/shop" }
|
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -40,8 +40,7 @@ export default function ShopPage() {
|
|||||||
{ name: "Portfolio", id: "portfolio" },
|
{ name: "Portfolio", id: "portfolio" },
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
{ name: "Pricing", id: "pricing" },
|
{ name: "Pricing", id: "pricing" },
|
||||||
{ name: "Team", id: "team" },
|
{ name: "Team", id: "team" }
|
||||||
{ name: "Shop", id: "/shop" }
|
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => console.log("cart") }}
|
button={{ text: "Cart", onClick: () => console.log("cart") }}
|
||||||
/>
|
/>
|
||||||
@@ -108,8 +107,7 @@ export default function ShopPage() {
|
|||||||
{ name: "Portfolio", id: "portfolio" },
|
{ name: "Portfolio", id: "portfolio" },
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
{ name: "Pricing", id: "pricing" },
|
{ name: "Pricing", id: "pricing" },
|
||||||
{ name: "Team", id: "team" },
|
{ name: "Team", id: "team" }
|
||||||
{ name: "Shop", id: "/shop" }
|
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => console.log("cart") }}
|
button={{ text: "Cart", onClick: () => console.log("cart") }}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user