Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 22bd2a2fd5 | |||
| b73e9cad21 | |||
| c1ab14df9e | |||
| 3b0e8d5cf3 | |||
| 304b43c469 |
@@ -10,7 +10,6 @@ import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { Award, CheckCircle, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -70,9 +69,9 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Bóka tíma", href: "#booking"},
|
||||
text: "Bóka tíma", onClick: () => document.getElementById('booking')?.scrollIntoView({ behavior: 'smooth' })},
|
||||
{
|
||||
text: "Sjá verðskrá", href: "#plans"},
|
||||
text: "Sjá verðskrá", onClick: () => document.getElementById('plans')?.scrollIntoView({ behavior: 'smooth' })},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/panning-shot-cars-with-sleek-design-showroom-waiting-be-purchased_482257-108124.jpg"
|
||||
imageAlt="Luxury Car"
|
||||
@@ -165,34 +164,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardOne
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Valur ásberg ", role: "Viðskiptavinur", company: "Baldur", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-black-car-repairman-young-businessman-handshaking-auto-repair-shop_637285-4249.jpg"},
|
||||
{
|
||||
id: "2", name: "Arnar þórison ", role: "Viðskiptavinur", company: "Baldur", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg"},
|
||||
{
|
||||
id: "3", name: "Bóbo ", role: "Viðskiptavinur", company: "Baldur", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-showing-ok-sign_23-2148479592.jpg"},
|
||||
{
|
||||
id: "4", name: "Sigrún Jónasdóttir", role: "Viðskiptavinur", company: "Baldur", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-pointing-camera_1262-3266.jpg"},
|
||||
{
|
||||
id: "5", name: "Páll Pálsson", role: "Viðskiptavinur", company: "Baldur", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg"},
|
||||
]}
|
||||
title="Viðskiptavinir segja"
|
||||
description="Við leggjum áherslu á ánægju viðskiptavina okkar."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
@@ -243,4 +214,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user