Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-03-12 17:23:04 +00:00

View File

@@ -85,13 +85,13 @@ export default function LandingPage() {
tag="What We Do"
products={[
{
id: "1", name: "Personal Branding Strategy", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg?_wi=1", imageAlt: "Personal branding strategy"
id: "1", name: "Personal Branding Strategy", price: "From $2,500", imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg?_wi=1", imageAlt: "Personal branding strategy"
},
{
id: "2", name: "Video Production", price: "Scalable", imageSrc: "http://img.b2bpic.net/free-photo/tech-guru-filming-technology-review-gaming-mouse_482257-131717.jpg?_wi=1", imageAlt: "Professional video production"
id: "2", name: "Video Production", price: "From $5,000", imageSrc: "http://img.b2bpic.net/free-photo/tech-guru-filming-technology-review-gaming-mouse_482257-131717.jpg?_wi=1", imageAlt: "Professional video production"
},
{
id: "3", name: "Content Distribution", price: "Strategic", imageSrc: "http://img.b2bpic.net/free-photo/female-artist-explaining-painting-techniques-used-online-tutorial_482257-124811.jpg?_wi=1", imageAlt: "Multi-platform content distribution"
id: "3", name: "Content Distribution", price: "From $1,500", imageSrc: "http://img.b2bpic.net/free-photo/female-artist-explaining-painting-techniques-used-online-tutorial_482257-124811.jpg?_wi=1", imageAlt: "Multi-platform content distribution"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -248,4 +248,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}