Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-28 06:51:32 +00:00

View File

@@ -56,11 +56,14 @@ export default function AboutPage() {
{
id: "g1", groupTitle: "Management", members: [
{
id: "m1", title: "Jane Doe", subtitle: "Owner", detail: "Dedicated to quality.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-3354.jpg"},
id: "m1", title: "Jane Doe", subtitle: "Owner", detail: "Dedicated to quality.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-3354.jpg"
},
{
id: "m2", title: "John Smith", subtitle: "Director", detail: "Ensuring reliability.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-suit-cross-arms-chest-looking-like-real-professional-smili_1258-122403.jpg"},
id: "m2", title: "John Smith", subtitle: "Director", detail: "Ensuring reliability.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-suit-cross-arms-chest-looking-like-real-professional-smili_1258-122403.jpg"
},
],
imageAlt: "Portrait of a successful businesswoman with a charming smile posing on the street with interesting architecture at the background."},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-3354.jpg"
},
]}
/>
</div>
@@ -94,4 +97,4 @@ export default function AboutPage() {
</ReactLenis>
</ThemeProvider>
);
}
}