3 Commits

Author SHA1 Message Date
580fd3031d Update src/app/page.tsx 2026-03-04 22:30:39 +00:00
fd8ee38071 Update src/app/layout.tsx 2026-03-04 22:30:39 +00:00
6ab1203afb Merge version_2 into main
Merge version_2 into main
2026-03-04 22:23:35 +00:00
2 changed files with 7 additions and 11 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -52,12 +52,8 @@ export default function LandingPage() {
imageAlt="Web design agency showcase"
mediaAnimation="slide-up"
testimonials={[
{
name: "Sarah Johnson", handle: "CEO, TechVenture", testimonial: "Web4You transformed our online presence. The website they designed increased our conversions by 150% in the first quarter.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson"},
{
name: "Michael Chen", handle: "Founder, InnovateLab", testimonial: "Their design expertise and attention to detail is unmatched. They created a website that truly represents our brand.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen"},
{ name: "Sarah Johnson", handle: "CEO, TechVenture", testimonial: "Web4You transformed our online presence. The website they designed increased our conversions by 150% in the first quarter.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson"},
{ name: "Michael Chen", handle: "Founder, InnovateLab", testimonial: "Their design expertise and attention to detail is unmatched. They created a website that truly represents our brand.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen"},
]}
buttons={[
{ text: "View Our Work", href: "portfolio" },
@@ -77,13 +73,13 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{
id: "1", title: "Responsive Design Excellence", tags: ["Mobile-First", "Cross-Browser"],
id: "1", title: "Responsive Design Excellence — 98% Mobile Conversion Rate", tags: ["Mobile-First", "Cross-Browser"],
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-responsive-website-design_23-2149483806.jpg", imageAlt: "Responsive design showcase"},
{
id: "2", title: "Lightning-Fast Performance", tags: ["Optimized", "SEO-Ready"],
id: "2", title: "Lightning-Fast Performance — 2.1s Average Load Time", tags: ["Optimized", "SEO-Ready"],
imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg", imageAlt: "Performance optimization"},
{
id: "3", title: "SEO & Growth Focused", tags: ["Conversion-Optimized", "Analytics"],
id: "3", title: "SEO & Growth Focused — 45% Average Traffic Increase", tags: ["Conversion-Optimized", "Analytics"],
imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-16001.jpg", imageAlt: "SEO strategy implementation"},
]}
animationType="slide-up"
@@ -217,4 +213,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}