7 Commits

Author SHA1 Message Date
5a16cb0903 Update src/app/layout.tsx 2026-03-09 21:30:40 +00:00
330c1247e1 Update src/app/services/page.tsx 2026-03-09 21:29:48 +00:00
8e2d590bd6 Update src/app/page.tsx 2026-03-09 21:29:48 +00:00
6c7515ff68 Update src/app/layout.tsx 2026-03-09 21:29:47 +00:00
0f507236e1 Merge version_3 into main
Merge version_3 into main
2026-03-09 21:27:43 +00:00
94444013e2 Merge version_3 into main
Merge version_3 into main
2026-03-09 21:27:07 +00:00
31f1079146 Merge version_3 into main
Merge version_3 into main
2026-03-09 21:25:46 +00:00
3 changed files with 17 additions and 1405 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -11,7 +11,8 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { Award, CheckCircle, Shield, Sparkles, Star, Target, TrendingUp, Zap } from "lucide-react";
const assetMap: Record<string, string> = {
"hero-gradient": "http://img.b2bpic.net/free-vector/northern-lights-landing-page-template_52683-21888.jpg", "about-image": "http://img.b2bpic.net/free-photo/modern-shop-prepared-live-auction_23-2149947495.jpg", "service-1": "http://img.b2bpic.net/free-vector/northern-sky-landing-page-template_23-2148265087.jpg", "service-2": "http://img.b2bpic.net/free-vector/brand-manual-template-design_23-2149872595.jpg", "service-3": "http://img.b2bpic.net/free-photo/business-manager-working-two-screen-setup-late-night-office_482257-32822.jpg", "testimonial-1": "http://img.b2bpic.net/free-photo/high-angle-smiley-business-male_23-2148479546.jpg", "testimonial-2": "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", "testimonial-3": "http://img.b2bpic.net/free-photo/close-up-serious-businessman-white-shirt-looking-camera-standing-confident_1258-26762.jpg", "testimonial-4": "http://img.b2bpic.net/free-photo/portrait-confident-businessman_1098-21013.jpg", "contact-image": "http://img.b2bpic.net/free-photo/women-working-desk-office-job_23-2149034611.jpg"};
"hero-gradient": "http://img.b2bpic.net/free-vector/northern-lights-landing-page-template_52683-21888.jpg", "about-image": "http://img.b2bpic.net/free-photo/modern-shop-prepared-live-auction_23-2149947495.jpg", "service-1": "http://img.b2bpic.net/free-vector/northern-sky-landing-page-template_23-2148265087.jpg", "service-2": "http://img.b2bpic.net/free-vector/brand-manual-template-design_23-2149872595.jpg", "service-3": "http://img.b2bpic.net/free-photo/business-manager-working-two-screen-setup-late-night-office_482257-32822.jpg", "testimonial-1": "http://img.b2bpic.net/free-photo/high-angle-smiley-business-male_23-2148479546.jpg", "testimonial-2": "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", "testimonial-3": "http://img.b2bpic.net/free-photo/close-up-serious-businessman-white-shirt-looking-camera-standing-confident_1258-26762.jpg", "testimonial-4": "http://img.b2bpic.net/free-photo/portrait-confident-businessman_1098-21013.jpg", "contact-image": "http://img.b2bpic.net/free-photo/women-working-desk-office-job_23-2149034611.jpg"
};
function getAssetUrl(assetId: string): string {
return assetMap[assetId] || "/placeholders/placeholder1.webp";
@@ -37,8 +38,7 @@ export default function LandingPage() {
{ name: "About", id: "about" },
{ name: "Services", id: "/services" },
{ name: "Work", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Studio", id: "hero" }
{ name: "Contact", id: "contact" }
]}
brandName="Vortex web"
bottomLeftText="Innovative Design Studio"
@@ -215,4 +215,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -36,8 +36,7 @@ export default function ServicesPage() {
{ name: "About", id: "/" },
{ name: "Services", id: "/services" },
{ name: "Work", id: "/#testimonials" },
{ name: "Contact", id: "/#contact" },
{ name: "Studio", id: "/#hero" }
{ name: "Contact", id: "/#contact" }
]}
brandName="Joshua Chavez Co"
bottomLeftText="Innovative Design Studio"
@@ -160,4 +159,4 @@ export default function ServicesPage() {
</div>
</ThemeProvider>
);
}
}