13 Commits

Author SHA1 Message Date
9a5b4163da Update src/app/page.tsx 2026-06-03 10:47:46 +00:00
a37c19ce71 Update src/app/page.tsx 2026-06-03 10:47:27 +00:00
4c0a2922f9 Update src/app/page.tsx 2026-06-03 10:46:48 +00:00
3b2e9ce3a7 Update src/app/page.tsx 2026-06-03 10:46:00 +00:00
95f3072ee2 Update src/app/page.tsx 2026-06-03 10:45:33 +00:00
c49ce5a1a0 Update src/app/page.tsx 2026-06-03 10:44:06 +00:00
ba5c1d1393 Update src/app/page.tsx 2026-06-03 10:43:52 +00:00
5645db502b Update src/app/page.tsx 2026-06-03 10:43:30 +00:00
51d8384edd Update src/app/page.tsx 2026-06-03 10:42:43 +00:00
8d3693d8a2 Update src/app/page.tsx 2026-06-03 10:42:11 +00:00
4ce91b5bb2 Update src/app/page.tsx 2026-06-03 10:41:54 +00:00
3546ff4758 Update src/app/page.tsx 2026-06-03 10:39:33 +00:00
14f23c5cdd Merge version_16 into main
Merge version_16 into main
2026-06-03 10:33:59 +00:00

View File

@@ -12,6 +12,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import { Activity, Award, Feather, Heart, ShieldCheck, Sparkles, Quote } from "lucide-react";
export default function LandingPage() {
@@ -40,6 +41,8 @@ export default function LandingPage() {
name: "Portfolio", id: "#products"},
{
name: "Testimonials", id: "#testimonials"},
{
name: "FAQs", id: "#faq"},
{
name: "Socials", id: "#social-media"},
{
@@ -210,6 +213,38 @@ export default function LandingPage() {
/>
</div>
<div id="faq" data-section="faq">
<FaqDouble
useInvertedBackground={true}
title="Frequently Asked Questions"
description="Find quick answers to common questions about our custom bicycle frame painting, refinishing, and restoration services."
tag="FAQs"
faqsAnimation="slide-up"
textboxLayout="default"
faqs={[
{
id: "faq-1", title: "Where are you located?", content: "Our shop is located in Salitran 1, Dasmariñas City, Cavite. You can pin your map at Total (Salitran), and our shop is directly in front of it—just look for the sliding door beside the helmet vending machine."
},
{
id: "faq-2", title: "How much is the paint job service?", content: "Prices vary depending on the frame material whether aluminum, steel, or carbon and the color or design you choose. Our custom paint jobs usually start at ₱7,500."
},
{
id: "faq-3", title: "How long does it take?", content: "We use anzhal automotive urethane paint, topped with a high solid clear coat. Every frame also gets a 3 step polish for a smooth, glossy finish."
},
{
id: "faq-4", title: "Do you scrape or strip off the old paint?", content: "Yes! for aluminum and steel frames, we use a chemical paint stripper to fully remove the old paint. For carbon frames, we DON'T use chemicals, we sand it manually to avoid damaging the material and to keep the frame in good condition underneath the new paint."
},
{
id: "faq-5", title: "How long does it take?", content: "A custom paint job usually takes 2-4 weeks. It depends on the frame's condition, weather, and any unexpected delays. We always make sure to give each frame the time and detail it deserves."
},
{
id: "faq-6", title: "Can we ship our frames if we're far from the shop? ", content: "Yes, you can! you can send your frames through couriers like Lalamove, J&T or any shipping company you trust. We accept shipped frames from anywhere, Worldwide.
"
}
]}
/>
</div>
<div id="social-media" data-section="social-media">
<SocialProofOne
useInvertedBackground={true}
@@ -291,6 +326,8 @@ export default function LandingPage() {
label: "Our Process", href: "#features"},
{
label: "Testimonials", href: "#testimonials"},
{
label: "FAQs", href: "#faq"},
{
label: "Socials", href: "#social-media"},
{