diff --git a/src/app/page.tsx b/src/app/page.tsx index 5126f0a..59c885f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -228,52 +87,8 @@ export default function LandingPage() { textboxLayout="default" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} - products={[ - { - id: "p1", - name: "Maki Selection", - price: "150 kr", - variant: "Rolls", - imageSrc: "http://img.b2bpic.net/free-photo/sushi-roll_1203-3505.jpg", - }, - { - id: "p2", - name: "Nigiri Mix", - price: "180 kr", - variant: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-white-chocolate-halloween-candies-white_140725-12236.jpg", - }, - { - id: "p3", - name: "Crispy Tempura", - price: "130 kr", - variant: "Hot", - imageSrc: "http://img.b2bpic.net/free-photo/fried-rolls-with-topping_140725-3654.jpg", - }, - { - id: "p4", - name: "Fresh Sashimi", - price: "200 kr", - variant: "Fresh", - imageSrc: "http://img.b2bpic.net/free-photo/gourmet-sushi-bright-food-meat_1203-5454.jpg", - }, - { - id: "p5", - name: "Veggie Mix", - price: "120 kr", - variant: "Vegetarian", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-vegetable-spring-rolls-tray-with-chopsticks_23-2148138917.jpg", - }, - { - id: "p6", - name: "Lunch Special", - price: "110 kr", - variant: "Combo", - imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-topped-with-salmon-radish_140725-4241.jpg", - }, - ]} - title="Our Menu Favorites" - description="Discover our most popular rolls and traditional Japanese dishes." + title="Våre menyfavoritter" + description="Oppdag våre mest populære ruller og tradisjonelle japanske retter." /> @@ -282,51 +97,9 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - testimonials={[ - { - id: "t1", - name: "Sarah", - handle: "@sarah_s", - testimonial: "Tasty and filling food, definitely my go-to for sushi.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-redhead-woman-eating-some-street-food_23-2148952874.jpg", - }, - { - id: "t2", - name: "Marcus", - handle: "@m_l", - testimonial: "Great for a fast lunch break in Sarpsborg.", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-looking-her-husband_23-2148435726.jpg", - }, - { - id: "t3", - name: "Emma", - handle: "@em_foodie", - testimonial: "Good quality for the price, love the takeaway option.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-red-hat-talking-with-man_171337-16410.jpg", - }, - { - id: "t4", - name: "John", - handle: "@j_d", - testimonial: "Satisfying experience when I do not want to cook.", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-female-with-broad-pleasant-smile-rests-sidewalk-cafe-alone-enjoys-good-rest-summer-vacation_273609-3491.jpg", - }, - { - id: "t5", - name: "Olivia", - handle: "@olivia_z", - testimonial: "Reliable and consistent flavors every single time.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg", - }, - ]} showRating={true} - title="Hear From Our Guests" - description="See why locals in Sarpsborg choose Lille Saigon for their sushi cravings." + title="Hva våre gjester sier" + description="Se hvorfor lokale i Sarpsborg velger Lille Saigon for sin sushisult." /> @@ -334,65 +107,36 @@ export default function LandingPage() {
); -} +} \ No newline at end of file