Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-05 04:26:15 +00:00

View File

@@ -11,7 +11,6 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import { Award, CheckCircle } from "lucide-react";
export default function LandingPage() {
return (
@@ -68,7 +67,6 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureCardNineteen
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
features={[
@@ -108,6 +106,7 @@ export default function LandingPage() {
{ id: "2", title: "Are your cans recyclable?", content: "Yes, our cans and plastic bottles are 100% recyclable." }
]}
title="Frequently Asked Questions"
description="Everything you need to know about our products."
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}