Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0724d64e9b | |||
| ebcea8280b | |||
| 3adbe67265 | |||
| 1b645603d3 | |||
| 86e0523d75 | |||
| eddf4d8b08 | |||
| a4647981e1 | |||
| 256f701ba4 | |||
| a945932585 | |||
| 3b7f0d7cdf | |||
| 1cb1510e19 |
1438
src/app/layout.tsx
1438
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -193,27 +193,27 @@ export default function HomePage() {
|
||||
<ProductCardTwo
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Design", name: "Web Design & UX/UI", price: "Starting at $5K", rating: 5,
|
||||
id: "1", brand: "Design", name: "Web Design & UX/UI – Increase conversions with expert interfaces", price: "Starting at $5K", rating: 5,
|
||||
reviewCount: "120+", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ag5E12tt9qH4zLUc6Utm88Gnfu/creative-web-design-workspace-with-desig-1773001370367-c6e62025.png", imageAlt: "Web design and UX/UI services"},
|
||||
{
|
||||
id: "2", brand: "Development", name: "Web Development", price: "Starting at $8K", rating: 5,
|
||||
id: "2", brand: "Development", name: "Web Development – Fast, scalable, and future-proof solutions", price: "Starting at $8K", rating: 5,
|
||||
reviewCount: "95+", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ag5E12tt9qH4zLUc6Utm88Gnfu/professional-web-developer-workspace-wit-1773001370532-7fe52ae3.png", imageAlt: "Web development services"},
|
||||
{
|
||||
id: "3", brand: "Strategy", name: "Digital Strategy", price: "Starting at $3K", rating: 5,
|
||||
id: "3", brand: "Strategy", name: "Digital Strategy – Data-driven roadmaps for sustainable growth", price: "Starting at $3K", rating: 5,
|
||||
reviewCount: "85+", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ag5E12tt9qH4zLUc6Utm88Gnfu/strategic-business-planning-session-with-1773001370111-a501a731.png", imageAlt: "Digital strategy consulting"},
|
||||
{
|
||||
id: "4", brand: "Branding", name: "Brand Identity", price: "Starting at $4K", rating: 5,
|
||||
id: "4", brand: "Branding", name: "Brand Identity – Stand out with cohesive visual language", price: "Starting at $4K", rating: 5,
|
||||
reviewCount: "110+", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ag5E12tt9qH4zLUc6Utm88Gnfu/brand-identity-design-workspace-with-log-1773001370890-30c9167a.png", imageAlt: "Brand identity design"},
|
||||
{
|
||||
id: "5", brand: "Analytics", name: "Performance Analytics", price: "Starting at $2K", rating: 5,
|
||||
id: "5", brand: "Analytics", name: "Performance Analytics – Optimize with real-time insights", price: "Starting at $2K", rating: 5,
|
||||
reviewCount: "70+", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ag5E12tt9qH4zLUc6Utm88Gnfu/data-analytics-dashboard-with-charts-gra-1773001370329-25087c2c.png", imageAlt: "Performance analytics and optimization"},
|
||||
{
|
||||
id: "6", brand: "Support", name: "Maintenance & Support", price: "From $500/mo", rating: 5,
|
||||
id: "6", brand: "Support", name: "Maintenance & Support – Peace of mind, always on guard", price: "From $500/mo", rating: 5,
|
||||
reviewCount: "130+", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ag5E12tt9qH4zLUc6Utm88Gnfu/friendly-customer-support-team-member-wo-1773001369953-c2adc12e.png", imageAlt: "Website maintenance and support"},
|
||||
]}
|
||||
@@ -399,4 +399,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f7f6f7;
|
||||
--card: #ffffff;
|
||||
--foreground: #250c0d;
|
||||
--primary-cta: #b82b40;
|
||||
--background: #ffffff;
|
||||
--card: #f5f5f5;
|
||||
--foreground: #1a1a1a;
|
||||
--primary-cta: #0052cc;
|
||||
--primary-cta-text: #f7f6f7;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #250c0d;
|
||||
--accent: #b90941;
|
||||
--background-accent: #e8a8b6;
|
||||
--accent: #6c5ce7;
|
||||
--background-accent: #e8deff;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user