mirror of https://github.com/Abi476/Ta.git
19 lines
361 B
PHP
19 lines
361 B
PHP
@extends('landing.layouts.app')
|
|
|
|
@section('title', 'Dasena - Analisis Sentimen')
|
|
|
|
@section('content')
|
|
|
|
@include('landing.sections.hero')
|
|
|
|
@include('landing.sections.feature')
|
|
|
|
@include('landing.sections.about')
|
|
|
|
@include('landing.sections.pricing')
|
|
|
|
@include('landing.sections.contact')
|
|
|
|
@include('landing.sections.clients')
|
|
|
|
@endsection |