Merge version_2 into main #7
@@ -10,7 +10,6 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar
|
||||
import BlogCardOne from '@/components/sections/blog/BlogCardOne';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import Link from "next/link";
|
||||
|
||||
const navItems = [{ name: "Home", id: "/" }];
|
||||
|
||||
@@ -78,6 +77,8 @@ export default function HomePage() {
|
||||
names={["Lifetime Frame Warranty", "Global Shipping", "SGS Safety Certified", "ISO Certified", "Pro-Grade Verified", "Gym Owner Approved", "Structural Integrity Certified"]}
|
||||
title="CERTIFIED QUALITY"
|
||||
description="Global standards in athletic safety."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="products" data-section="products">
|
||||
@@ -85,6 +86,7 @@ export default function HomePage() {
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
title="ESSENTIAL GEAR"
|
||||
description="Everything the forge demands."
|
||||
buttons={[{ text: "BUY NOW", href: "#contact" }]}
|
||||
@@ -114,6 +116,7 @@ export default function HomePage() {
|
||||
<BlogCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="THE FORGE LAB"
|
||||
description="Maintenance guides & workout templates."
|
||||
blogs={[
|
||||
|
||||
Reference in New Issue
Block a user