diff --git a/src/app/page.tsx b/src/app/page.tsx index beb3277..7fa48f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -24,7 +24,7 @@ export default function WebAgency2Page() { sizing="medium" background="none" cardStyle="glass-elevated" - primaryButtonStyle="metallic" + primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="medium" > @@ -66,7 +66,7 @@ export default function WebAgency2Page() { { text: "View Work", href: "#work" }, ]} buttonAnimation="slide-up" - carouselItems={[ + leftCarouselItems={[ { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/glowing-green-checkmark-success-symbol-dark-cosmic-background_84443-91492.jpg", imageAlt: "UI UX Design" }, { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104516.jpg", imageAlt: "UI UX Design" }, { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/tablet-near-nice-decorative-cosmetics_23-2147742653.jpg", imageAlt: "UI UX Design" }, @@ -88,8 +88,8 @@ export default function WebAgency2Page() { buttonAnimation="slide-up" features={[ { title: "SEO", description: "WebOrigin optimizes your website to rank higher.", bentoComponent: "marquee", centerIcon: Search, variant: "text", texts: ["Growth", "Visibility", "Performance", "Strategy"] }, - { title: "Web Development", description: "Custom-built, scalable websites.", bentoComponent: "media-stack", items: [{ imageSrc: "http://img.b2bpic.net/free-photo/structured-building-construction-design-plan-concept_53876-132321.jpg", imageAlt: "Web development" }, { imageSrc: "http://img.b2bpic.net/free-photo/structured-building-construction-design-plan-concept_53876-132321.jpg", imageAlt: "Web development" }] }, - { title: "Brand Strategy", description: "Build a memorable identity.", bentoComponent: "media-stack", items: [{ imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-taking-notes-office_23-2149749859.jpg", imageAlt: "Brand project" }, { imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-taking-notes-office_23-2149749859.jpg", imageAlt: "Brand project" }] }, + { title: "Web Development", description: "Custom-built, scalable websites.", bentoComponent: "media-stack", items: [{ imageSrc: "http://img.b2bpic.net/free-photo/structured-building-construction-design-plan-concept_53876-132321.jpg", imageAlt: "Web dev 1" }, { imageSrc: "http://img.b2bpic.net/free-photo/structured-building-construction-design-plan-concept_53876-132321.jpg", imageAlt: "Web dev 2" }, { imageSrc: "http://img.b2bpic.net/free-photo/structured-building-construction-design-plan-concept_53876-132321.jpg", imageAlt: "Web dev 3" }] }, + { title: "Brand Strategy", description: "Build a memorable identity.", bentoComponent: "media-stack", items: [{ imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-taking-notes-office_23-2149749859.jpg", imageAlt: "Brand 1" }, { imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-taking-notes-office_23-2149749859.jpg", imageAlt: "Brand 2" }, { imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-taking-notes-office_23-2149749859.jpg", imageAlt: "Brand 3" }] }, ]} /> @@ -116,7 +116,7 @@ export default function WebAgency2Page() { useInvertedBackground={false} testimonials={[ { - id: "t1", name: "Creative Director", date: "2025", title: "Excellent Service", quote: "WebOrigin completely transformed our online presence. The team delivered a stunning website that exceeded our expectations and significantly impacted our growth.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2580.jpg" + id: "t1", name: "Creative Director", date: "2025", title: "Excellent Service", quote: "WebOrigin completely transformed our online presence. The team delivered a stunning website that exceeded our expectations and significantly impacted our growth.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2580.jpg" } ]} /> @@ -125,6 +125,7 @@ export default function WebAgency2Page() {