diff --git a/src/app/page.tsx b/src/app/page.tsx index db24a4a..6a22eb9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,27 +19,22 @@ export default function LandingPage() { defaultButtonVariant="elastic-effect" defaultTextAnimation="reveal-blur" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -65,16 +55,10 @@ export default function LandingPage() { title="About TORV" description="TORV represents reliability and innovation. We are committed to delivering high-quality professional services that foster long-term partnerships and exceptional business outcomes." metrics={[ - { - value: "10+", - title: "Years Experience", - }, - { - value: "500+", - title: "Projects Completed", - }, + { value: "10+", title: "Years Experience" }, + { value: "500+", title: "Projects Completed" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/accountant-busy-modern-startup-agency-imputing-financial-figures-pc_482257-126653.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/accountant-busy-modern-startup-agency-imputing-financial-figures-pc_482257-126653.jpg" mediaAnimation="slide-up" metricsAnimation="blur-reveal" /> @@ -87,28 +71,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Strategic Planning", - description: "Expert advice to optimize your business operations and strategic direction.", - bentoComponent: "reveal-icon", - icon: Sparkles, - imageSrc: "http://img.b2bpic.net/free-photo/working-wall_1098-13458.jpg", - imageAlt: "Working behind wall", + title: "Strategic Planning", description: "Expert advice to optimize your business operations and strategic direction.", bentoComponent: "reveal-icon", icon: Sparkles }, { - title: "Performance Analysis", - description: "In-depth insights into your business metrics and growth opportunities.", - bentoComponent: "reveal-icon", - icon: BarChart, - imageSrc: "http://img.b2bpic.net/free-photo/corporate-building-with-empty-room_23-2148727503.jpg?_wi=2", - imageAlt: "Working behind wall", + title: "Performance Analysis", description: "In-depth insights into your business metrics and growth opportunities.", bentoComponent: "reveal-icon", icon: BarChart }, { - title: "Client Management", - description: "Dedicated support ensuring your satisfaction and project success at every stage.", - bentoComponent: "reveal-icon", - icon: Users, - imageSrc: "http://img.b2bpic.net/free-photo/accountant-busy-modern-startup-agency-imputing-financial-figures-pc_482257-126653.jpg?_wi=2", - imageAlt: "Working behind wall", + title: "Client Management", description: "Dedicated support ensuring your satisfaction and project success at every stage.", bentoComponent: "reveal-icon", icon: Users }, ]} title="Our Expertise" @@ -118,29 +87,18 @@ export default function LandingPage() {
@@ -233,29 +157,15 @@ export default function LandingPage() { logoText="TORV" columns={[ { - title: "Company", - items: [ - { - label: "About Us", - href: "#about", - }, - { - label: "Services", - href: "#features", - }, + title: "Company", items: [ + { label: "About Us", href: "#about" }, + { label: "Services", href: "#features" }, ], }, { - title: "Support", - items: [ - { - label: "FAQ", - href: "#faq", - }, - { - label: "Contact", - href: "#contact", - }, + title: "Support", items: [ + { label: "FAQ", href: "#faq" }, + { label: "Contact", href: "#contact" }, ], }, ]} @@ -264,4 +174,4 @@ export default function LandingPage() {
); -} +} \ No newline at end of file