Update src/app/page.tsx
This commit is contained in:
794
src/app/page.tsx
794
src/app/page.tsx
@@ -2,530 +2,306 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Sparkles, Star } from "lucide-react";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
||||
import FeatureCardTwentyNine from "@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import HeroOverlayTestimonial from "@/components/sections/hero/HeroOverlayTestimonial";
|
||||
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import PricingCardThree from "@/components/sections/pricing/PricingCardThree";
|
||||
import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
||||
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="noise"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="semibold"
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="noise"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
]}
|
||||
brandName="Infinity Copy"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Infinity Copy"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
title="Your Local Hub for Quality Copy & Print Services"
|
||||
description="Infinity Copy provides fast, reliable, and friendly document solutions. From high-volume printing to notary services, we've got you covered."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg",
|
||||
alt: "Customer Sarah",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/groom-morning-preparing-wedding-posing_1153-6498.jpg",
|
||||
alt: "Customer Michael",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-kind-happy-redhead-middleaged-mother-look-caring-delighted-smiling-broadly-gaze-admiration-joy-stand-blue-tshirt-green-wall-amused-enthusiastic-expression_1258-46321.jpg",
|
||||
alt: "Customer Emily",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-man-using-tablet-street-cafe_1262-19056.jpg",
|
||||
alt: "Customer David",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-afro-american-man-with-bugged-eyes-has-trendy-hairdo-mustache-beard-looks-puzzled_273609-8652.jpg",
|
||||
alt: "Customer Jessica",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 200+ local businesses & individuals"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-wheelchair-having-office-job_23-2149571058.jpg"
|
||||
imageAlt="Modern copy shop interior with printing equipment and a friendly staff member"
|
||||
mediaAnimation="opacity"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Fast Turnaround",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "High Quality Prints",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Friendly Service",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Competitive Prices",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Local & Reliable",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlayTestimonial
|
||||
title="Your Local Hub for Quality Copy & Print Services"
|
||||
description="Infinity Copy provides fast, reliable, and friendly document solutions. From high-volume printing to notary services, we've got you covered."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Quote", href: "#contact"},
|
||||
{
|
||||
text: "Our Services", href: "#services"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-wheelchair-having-office-job_23-2149571058.jpg"
|
||||
imageAlt="Modern copy shop interior with printing equipment and a friendly staff member"
|
||||
mediaAnimation="opacity"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Deborah Jordan", handle: "@deborahj", testimonial: "Best place in town to get your copies made and they have an very sweet young lady that is a notary. Prices are not too bad either.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg"
|
||||
},
|
||||
{
|
||||
name: "Dennis Saldivar", handle: "@denniss", testimonial: "Quick service with friendly staff that make sure you leave satisfied. I'll definitely come back when I need these services in the future.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-hero-happy-expression_1194-4156.jpg"
|
||||
},
|
||||
{
|
||||
name: "T Jones", handle: "@tjones", testimonial: "I have been going here for years getting copies and faxing off important paperwork. I'm never disappointed in the service with a smile I get each time I come in the door.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-doing-ok-sign-showing-thumb-up-laptop-isolated-white_141793-84103.jpg"
|
||||
},
|
||||
]}
|
||||
showDimOverlay={true}
|
||||
showBlur={true}
|
||||
textPosition="bottom"
|
||||
testimonialRotationInterval={7000}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Infinity Copy: Your Reliable Local Printing Partner"
|
||||
description="With years of dedicated service to the Lancaster community, Infinity Copy is your trusted partner for all document needs. We pride ourselves on efficiency, quality, and a friendly approach, ensuring every customer leaves satisfied."
|
||||
metrics={[
|
||||
{
|
||||
value: "4.7",
|
||||
title: "Rating",
|
||||
},
|
||||
{
|
||||
value: "210+",
|
||||
title: "Reviews",
|
||||
},
|
||||
{
|
||||
value: "15+",
|
||||
title: "Years in Service",
|
||||
},
|
||||
{
|
||||
value: "Happy Clients",
|
||||
title: "Daily",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-work-office-using-printer_23-2149456923.jpg"
|
||||
imageAlt="Modern, organized copy shop interior with a counter and printing machines"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="Infinity Copy: Your Reliable Local Printing Partner"
|
||||
description={[
|
||||
"With years of dedicated service to the Lancaster community, Infinity Copy is your trusted partner for all document needs.", "We pride ourselves on efficiency, quality, and a friendly approach, ensuring every customer leaves satisfied."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwelve
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "documents",
|
||||
label: "Documents",
|
||||
title: "Printing & Copying",
|
||||
items: [
|
||||
"High-speed color & B&W copies",
|
||||
"Large format printing for posters & blueprints",
|
||||
"Custom print jobs for unique needs",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "specialty",
|
||||
label: "Specialty",
|
||||
title: "Fax & Notary Services",
|
||||
items: [
|
||||
"Secure fax sending & receiving",
|
||||
"Certified document notarization for legal needs",
|
||||
"Witness services available upon request",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "finishing",
|
||||
label: "Finishing",
|
||||
title: "Binding & Lamination",
|
||||
items: [
|
||||
"Professional document binding (coil, comb, wire)",
|
||||
"Protective lamination for durability",
|
||||
"Custom presentation finishing",
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Our Comprehensive Services"
|
||||
description="We offer a wide array of services designed to meet your personal and business requirements with precision and care."
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentyNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Printing & Copying", description: "High-speed color & B&W copies, large format printing, custom print jobs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/default_print_service.jpg", imageAlt: "Documents being printed from a machine", titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/default_document_icon.png", buttonText: "Explore Printing", buttonHref: "#contact"
|
||||
},
|
||||
{
|
||||
title: "Fax & Notary Services", description: "Secure fax sending & receiving, certified document notarization, witness services.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/default_notary_service.jpg", imageAlt: "Notary public stamping documents", titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/default_stamp_icon.png", buttonText: "View Notary Services", buttonHref: "#contact"
|
||||
},
|
||||
{
|
||||
title: "Binding & Lamination", description: "Professional document binding (coil, comb, wire), protective lamination, custom presentation finishing.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/default_binding_service.jpg", imageAlt: "Book being bound in a machine", titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/default_book_icon.png", buttonText: "See Finishing Options", buttonHref: "#contact"
|
||||
},
|
||||
]}
|
||||
title="Our Comprehensive Services"
|
||||
description="We offer a wide array of services designed to meet your personal and business requirements with precision and care."
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "product-1",
|
||||
brand: "Infinity Copy",
|
||||
name: "Custom Business Cards",
|
||||
price: "$25.00",
|
||||
rating: 5,
|
||||
reviewCount: "20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-business-card-envelope_23-2148500520.jpg",
|
||||
imageAlt: "Stack of custom business cards",
|
||||
},
|
||||
{
|
||||
id: "product-2",
|
||||
brand: "Infinity Copy",
|
||||
name: "Event Flyer Printing",
|
||||
price: "$0.50/page",
|
||||
rating: 4,
|
||||
reviewCount: "15",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ievpd9",
|
||||
imageAlt: "Colorful stack of event flyers",
|
||||
},
|
||||
{
|
||||
id: "product-3",
|
||||
brand: "Infinity Copy",
|
||||
name: "Tri-Fold Brochure Design",
|
||||
price: "$75.00",
|
||||
rating: 5,
|
||||
reviewCount: "10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-magazine_187299-47636.jpg",
|
||||
imageAlt: "Professional tri-fold brochure",
|
||||
},
|
||||
{
|
||||
id: "product-4",
|
||||
brand: "Infinity Copy",
|
||||
name: "Personalized Wall Calendar",
|
||||
price: "$18.00",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/calendar-appointment-agenda-schedule-planner_53876-31530.jpg",
|
||||
imageAlt: "Customized wall calendar",
|
||||
},
|
||||
{
|
||||
id: "product-5",
|
||||
brand: "Infinity Copy",
|
||||
name: "Digital Photo Prints (Glossy)",
|
||||
price: "$0.30/print",
|
||||
rating: 4,
|
||||
reviewCount: "25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-designer-using-3d-printer_23-2151019901.jpg",
|
||||
imageAlt: "Pile of glossy digital photo prints",
|
||||
},
|
||||
{
|
||||
id: "product-6",
|
||||
brand: "Infinity Copy",
|
||||
name: "Bulk Document Copying",
|
||||
price: "Contact for Quote",
|
||||
rating: 5,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stack-old-coming-book-strips_23-2150256424.jpg",
|
||||
imageAlt: "Large stack of copied documents",
|
||||
},
|
||||
]}
|
||||
title="Shop Online: Custom Prints & Supplies"
|
||||
description="Order custom prints, essential office supplies, and personalized items directly from our website for pickup or delivery."
|
||||
/>
|
||||
</div>
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "product-1", name: "Custom Business Cards", price: "$25.00", imageSrc: "http://img.b2bpic.net/free-photo/empty-business-card-envelope_23-2148500520.jpg", imageAlt: "Stack of custom business cards", initialQuantity: 1,
|
||||
onProductClick: () => console.log('Product 1 clicked'),
|
||||
onQuantityChange: (q) => console.log('Product 1 quantity:', q),
|
||||
},
|
||||
{
|
||||
id: "product-2", name: "Event Flyer Printing", price: "$0.50/page", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ievpd9", imageAlt: "Colorful stack of event flyers", initialQuantity: 1,
|
||||
onProductClick: () => console.log('Product 2 clicked'),
|
||||
onQuantityChange: (q) => console.log('Product 2 quantity:', q),
|
||||
},
|
||||
{
|
||||
id: "product-3", name: "Tri-Fold Brochure Design", price: "$75.00", imageSrc: "http://img.b2bpic.net/free-photo/abstract-magazine_187299-47636.jpg", imageAlt: "Professional tri-fold brochure", initialQuantity: 1,
|
||||
onProductClick: () => console.log('Product 3 clicked'),
|
||||
onQuantityChange: (q) => console.log('Product 3 quantity:', q),
|
||||
},
|
||||
{
|
||||
id: "product-4", name: "Personalized Wall Calendar", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/calendar-appointment-agenda-schedule-planner_53876-31530.jpg", imageAlt: "Customized wall calendar", initialQuantity: 1,
|
||||
onProductClick: () => console.log('Product 4 clicked'),
|
||||
onQuantityChange: (q) => console.log('Product 4 quantity:', q),
|
||||
},
|
||||
{
|
||||
id: "product-5", name: "Digital Photo Prints (Glossy)", price: "$0.30/print", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-designer-using-3d-printer_23-2151019901.jpg", imageAlt: "Pile of glossy digital photo prints", initialQuantity: 1,
|
||||
onProductClick: () => console.log('Product 5 clicked'),
|
||||
onQuantityChange: (q) => console.log('Product 5 quantity:', q),
|
||||
},
|
||||
{
|
||||
id: "product-6", name: "Bulk Document Copying", price: "Contact for Quote", imageSrc: "http://img.b2bpic.net/free-photo/stack-old-coming-book-strips_23-2150256424.jpg", imageAlt: "Large stack of copied documents", initialQuantity: 1,
|
||||
onProductClick: () => console.log('Product 6 clicked'),
|
||||
onQuantityChange: (q) => console.log('Product 6 quantity:', q),
|
||||
},
|
||||
]}
|
||||
title="Shop Online: Custom Prints & Supplies"
|
||||
description="Order custom prints, essential office supplies, and personalized items directly from our website for pickup or delivery."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Standard",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$0.10",
|
||||
subtitle: "Per B&W Page",
|
||||
features: [
|
||||
"High-quality black & white",
|
||||
"Standard paper stock",
|
||||
"Perfect for quick copies",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "volume",
|
||||
badge: "Volume",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$0.07",
|
||||
subtitle: "Per B&W Page (100+)",
|
||||
features: [
|
||||
"Discounted bulk printing",
|
||||
"Ideal for business reports",
|
||||
"Fast turnaround on large orders",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "Premium",
|
||||
badgeIcon: Sparkles,
|
||||
price: "Contact Us",
|
||||
subtitle: "For Custom Projects",
|
||||
features: [
|
||||
"Color, large format, specialty paper",
|
||||
"Personalized design consultation",
|
||||
"Dedicated project support",
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Transparent Pricing, Unbeatable Value"
|
||||
description="Choose a plan that fits your project size, from quick single prints to large business orders. We offer competitive rates without compromising on quality."
|
||||
/>
|
||||
</div>
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic", badge: "Standard", price: "$0.10", name: "Per B&W Page", features: [
|
||||
"High-quality black & white", "Standard paper stock", "Perfect for quick copies"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Start Printing", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "volume", badge: "Volume", price: "$0.07", name: "Per B&W Page (100+)", features: [
|
||||
"Discounted bulk printing", "Ideal for business reports", "Fast turnaround on large orders"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Order in Bulk", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "premium", badge: "Premium", price: "Contact Us", name: "For Custom Projects", features: [
|
||||
"Color, large format, specialty paper", "Personalized design consultation", "Dedicated project support"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Get a Custom Quote", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Transparent Pricing, Unbeatable Value"
|
||||
description="Choose a plan that fits your project size, from quick single prints to large business orders. We offer competitive rates without compromising on quality."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Deborah Jordan",
|
||||
role: "Local Guide",
|
||||
testimonial: "Best place in town to get your copies made and they have an very sweet young lady that is a notary. Prices are not too bad either.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
||||
imageAlt: "Portrait of Deborah Jordan",
|
||||
icon: Star,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Dennis Saldivar",
|
||||
role: "Local Guide",
|
||||
testimonial: "Quick service with friendly staff that make sure you leave satisfied. I'll definitely come back when I need these services in the future.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-hero-happy-expression_1194-4156.jpg",
|
||||
imageAlt: "Portrait of Dennis Saldivar",
|
||||
icon: Star,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "T Jones",
|
||||
role: "Customer",
|
||||
testimonial: "I have been going here for years getting copies and faxing off important paperwork. I'm never disappointed in the service with a smile I get each time I come in the door.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-doing-ok-sign-showing-thumb-up-laptop-isolated-white_141793-84103.jpg",
|
||||
imageAlt: "Portrait of T Jones",
|
||||
icon: Star,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Maria Rodriguez",
|
||||
role: "Small Business Owner",
|
||||
testimonial: "Very good customer service, quality, and prices! Infinity Copy is my go-to for all my printing needs, always reliable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-travel-agency_52683-136439.jpg",
|
||||
imageAlt: "Portrait of Maria Rodriguez",
|
||||
icon: Star,
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "John Smith",
|
||||
role: "Community Member",
|
||||
testimonial: "Great staff, very reasonable prices. They even helped me with an email for printing. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346506.jpg",
|
||||
imageAlt: "Portrait of John Smith",
|
||||
icon: Star,
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Sarah Miller",
|
||||
role: "Student",
|
||||
testimonial: "Needed some last-minute reports printed for class, and Infinity Copy delivered quickly and perfectly. Lifesavers!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg",
|
||||
imageAlt: "Happy student portrait",
|
||||
icon: Star,
|
||||
},
|
||||
]}
|
||||
title="What Our Valued Customers Say"
|
||||
description="Don't just take our word for it – hear directly from the businesses and individuals in the community who trust Infinity Copy."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Deborah Jordan", role: "Local Guide", company: "Google Maps", testimonial: "Best place in town to get your copies made and they have an very sweet young lady that is a notary. Prices are not too bad either.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Portrait of Deborah Jordan"},
|
||||
{
|
||||
id: "2", name: "Dennis Saldivar", role: "Local Guide", company: "Yelp", testimonial: "Quick service with friendly staff that make sure you leave satisfied. I'll definitely come back when I need these services in the future.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-hero-happy-expression_1194-4156.jpg", imageAlt: "Portrait of Dennis Saldivar"},
|
||||
{
|
||||
id: "3", name: "T Jones", role: "Customer", company: "Local Client", testimonial: "I have been going here for years getting copies and faxing off important paperwork. I'm never disappointed in the service with a smile I get each time I come in the door.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-doing-ok-sign-showing-thumb-up-laptop-isolated-white_141793-84103.jpg", imageAlt: "Portrait of T Jones"},
|
||||
{
|
||||
id: "4", name: "Maria Rodriguez", role: "Small Business Owner", company: "Rodriguez Designs", testimonial: "Very good customer service, quality, and prices! Infinity Copy is my go-to for all my printing needs, always reliable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-travel-agency_52683-136439.jpg", imageAlt: "Portrait of Maria Rodriguez"},
|
||||
{
|
||||
id: "5", name: "John Smith", role: "Community Member", company: "Local Resident", testimonial: "Great staff, very reasonable prices. They even helped me with an email for printing. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346506.jpg", imageAlt: "Portrait of John Smith"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "99%", label: "Satisfaction" },
|
||||
{ value: "500+", label: "Projects Done" },
|
||||
{ value: "15+", label: "Years Experience" },
|
||||
]}
|
||||
title="What Our Valued Customers Say"
|
||||
description="Don't just take our word for it – hear directly from the businesses and individuals in the community who trust Infinity Copy."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What are your operating hours?",
|
||||
content: "We are open Monday to Friday from 9 AM to 6 PM. We are closed on weekends and major holidays.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can I email my documents for printing?",
|
||||
content: "Yes, you can email your documents to our store for printing. Please call ahead to confirm receipt and discuss any specific printing instructions.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you offer large format printing?",
|
||||
content: "Absolutely! We offer large format printing services suitable for posters, banners, blueprints, and more. Contact us with your specifications.",
|
||||
},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Do you provide notary services?",
|
||||
content: "Yes, we have certified notaries on staff to assist with your legal document notarization needs. Please call ahead to confirm availability.",
|
||||
},
|
||||
{
|
||||
id: "q5",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept cash, major credit cards (Visa, Mastercard, American Express, Discover), and mobile payments like Apple Pay and Google Pay.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-businesswoman_1098-14872.jpg"
|
||||
imageAlt="Friendly staff member at a copy shop counter, ready to assist"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="left"
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to your most common questions about our services, operating hours, and how to get your projects started."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
faqs={[
|
||||
{
|
||||
id: "q1", title: "What are your operating hours?", content: "We are open Monday to Friday from 9 AM to 6 PM. We are closed on weekends and major holidays."},
|
||||
{
|
||||
id: "q2", title: "Can I email my documents for printing?", content: "Yes, you can email your documents to our store for printing. Please call ahead to confirm receipt and discuss any specific printing instructions."},
|
||||
{
|
||||
id: "q3", title: "Do you offer large format printing?", content: "Absolutely! We offer large format printing services suitable for posters, banners, blueprints, and more. Contact us with your specifications."},
|
||||
{
|
||||
id: "q4", title: "Do you provide notary services?", content: "Yes, we have certified notaries on staff to assist with your legal document notarization needs. Please call ahead to confirm availability."},
|
||||
{
|
||||
id: "q5", title: "What payment methods do you accept?", content: "We accept cash, major credit cards (Visa, Mastercard, American Express, Discover), and mobile payments like Apple Pay and Google Pay."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find quick answers to your most common questions about our services, operating hours, and how to get your projects started."
|
||||
faqsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
textPosition="right"
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
tag="Get in Touch"
|
||||
title="Ready for Fast, Friendly Service?"
|
||||
description="Visit us, call us, or send an email to get started on your next printing or document project. We're here to provide quality and convenience!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us Today",
|
||||
href: "tel:+19722187188",
|
||||
},
|
||||
{
|
||||
text: "Send an Email",
|
||||
href: "mailto:info@infinitycopy.com",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Ready for Fast, Friendly Service?"
|
||||
description="Visit us, call us, or send an email to get started on your next printing or document project. We're here to provide quality and convenience!"
|
||||
inputPlaceholder="Your email address"
|
||||
buttonText="Send Message"
|
||||
termsText="By sending a message, you're confirming that you agree with our Terms and Conditions."
|
||||
onSubmit={(email) => console.log("Contact form submission:", email)}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Infinity Copy"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Our Services",
|
||||
items: [
|
||||
{
|
||||
label: "Document Printing",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Notary Public",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Fax Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Binding & Lamination",
|
||||
href: "#services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
{
|
||||
label: "1316 N Dallas Ave, Lancaster, TX 75134",
|
||||
href: "https://www.google.com/maps/search/1316+N+Dallas+Ave,+Lancaster,+TX+75134",
|
||||
},
|
||||
{
|
||||
label: "(972) 218-7188",
|
||||
href: "tel:+19722187188",
|
||||
},
|
||||
{
|
||||
label: "info@infinitycopy.com",
|
||||
href: "mailto:info@infinitycopy.com",
|
||||
},
|
||||
{
|
||||
label: "Directions",
|
||||
href: "https://www.google.com/maps/search/1316+N+Dallas+Ave,+Lancaster,+TX+75134",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Infinity Copy. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoText="Infinity Copy"
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Document Printing", href: "#services" },
|
||||
{ label: "Notary Public", href: "#services" },
|
||||
{ label: "Fax Services", href: "#services" },
|
||||
{ label: "Binding & Lamination", href: "#services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "1316 N Dallas Ave, Lancaster, TX 75134", href: "https://www.google.com/maps/search/1316+N+Dallas+Ave,+Lancaster,+TX+75134" },
|
||||
{ label: "(972) 218-7188", href: "tel:+19722187188" },
|
||||
{ label: "info@infinitycopy.com", href: "mailto:info@infinitycopy.com" },
|
||||
{ label: "Directions", href: "https://www.google.com/maps/search/1316+N+Dallas+Ave,+Lancaster,+TX+75134" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user