Merge version_1 into main #3
@@ -60,7 +60,6 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
tagAnimation="blur-reveal"
|
||||
className="min-h-screen"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -103,6 +102,7 @@ export default function LandingPage() {
|
||||
id: "4", title: "Performance Tracking", content: "Detailed analytics and reporting on every lead, conversion, and revenue source. Real-time dashboards show what's working so you can optimize continuously."
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
buttons={[
|
||||
{ text: "Learn More", href: "#" }
|
||||
]}
|
||||
|
||||
@@ -7,7 +7,7 @@ interface SvgTextLogoProps {
|
||||
fill?: string;
|
||||
fontSize?: number;
|
||||
fontWeight?: number | string;
|
||||
dominantBaseline?: 'auto' | 'text-bottom' | 'alphabetic' | 'ideographic' | 'middle' | 'central' | 'mathematical' | 'hanging';
|
||||
dominantBaseline?: 'auto' | 'alphabetic' | 'hanging' | 'ideographic' | 'mathematical' | 'middle' | 'central' | 'text-after-edge';
|
||||
}
|
||||
|
||||
export default function SvgTextLogo({
|
||||
|
||||
Reference in New Issue
Block a user