Compare commits
3 Commits
e63c5e3097
...
version_8
| Author | SHA1 | Date | |
|---|---|---|---|
| 15e346cff4 | |||
| cd9e3a4c1e | |||
| 4fddb4010b |
@@ -2,14 +2,14 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleMinimal from "@/components/navbar/NavbarStyleMinimal";
|
||||
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
|
||||
import MediaSplitTabsAbout from "@/components/sections/about/MediaSplitTabsAbout";
|
||||
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
||||
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
||||
import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
|
||||
import TestimonialCardNine from "@/components/sections/testimonial/TestimonialCardNine";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterBaseSocial from "@/components/sections/footer/FooterBaseSocial";
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout';
|
||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import MetricCardTen from '@/components/sections/metrics/MetricCardTen';
|
||||
import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBaseSocial from '@/components/sections/footer/FooterBaseSocial';
|
||||
import { Youtube, Twitter, Linkedin, Instagram } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -162,6 +162,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
cardRatingClassName="text-red-500"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -254,7 +255,6 @@ export default function LandingPage() {
|
||||
<ProductCardTwo
|
||||
title="A10 Featured Selection"
|
||||
description="Explore our most popular A10 variants with customer reviews and ratings."
|
||||
starColor="#ff0000"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
@@ -291,6 +291,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
cardRatingClassName="text-red-500"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user