Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 56b99178d9 | |||
| e4f45db597 | |||
| dddc5a34e8 | |||
| d1a6991671 | |||
| 6ecebd6101 | |||
| 2bde0fd35b | |||
| 3e4c75bbb4 | |||
| d8c9d0efa1 |
@@ -32,7 +32,7 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "home"
|
||||
name: "Home", id: "hero"
|
||||
},
|
||||
{
|
||||
name: "About", id: "about"
|
||||
@@ -106,7 +106,7 @@ export default function LandingPage() {
|
||||
id: "p2", brand: "JD Media", name: "Basketball Slam Dunk", price: "View Details", rating: 5,
|
||||
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/view-athletic-male-tennis-player_23-2151190070.jpg", imageAlt: "Basketball player mid-air during a slam dunk"},
|
||||
{
|
||||
id: "p3", brand: "JD Media", name: "Soccer Goal Celebration", price: "View Details", rating: 5,
|
||||
id: "p3", brand: "JD Media", name: "Soccer", price: "View Details", rating: 5,
|
||||
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/view-male-baseball-player-field_23-2150995700.jpg", imageAlt: "Soccer player celebrating a goal"},
|
||||
]}
|
||||
title="My Portfolio: Moments in Motion"
|
||||
@@ -127,7 +127,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "event", badge: "Best Value", badgeIcon: Sparkles,
|
||||
price: "Custom Quot", subtitle: "Per Event", features: [
|
||||
price: "Custom Quote", subtitle: "Per Event", features: [
|
||||
"Extended coverage", "50+ edited photos", "All digital files", "Travel included (negotiable)"],
|
||||
},
|
||||
]}
|
||||
@@ -152,8 +152,8 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-front-view_23-2149743762.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Mark D.", role: "Varsity Player", company: "High School Team", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-taking-interview_23-2149900293.jpg"
|
||||
id: "3", name: "Denver J. ", role: "Varsity Player", company: "High School Team", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKJCRQ8Y1hQ7ZhmPDyi5GHWDZo/uploaded-1774233526785-ubb0b625.jpg"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Emily R.", role: "Team Manager", company: "Youth Soccer Club", rating: 5,
|
||||
@@ -242,4 +242,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f7f6f7;
|
||||
--card: #ffffff;
|
||||
--foreground: #1b0c25;
|
||||
--primary-cta: #1b0c25;
|
||||
--primary-cta-text: #f7f6f7;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1b0c25;
|
||||
--accent: #ff93e4;
|
||||
--background-accent: #e8a8c3;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user